mirror of
https://github.com/actions/cache.git
synced 2025-07-13 12:01:49 +02:00
Remove exit code
This commit is contained in:
@ -60,6 +60,6 @@ async function run(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
run().then(() => process.exit(0));
|
||||
run().then(() => process.exit());
|
||||
|
||||
export default run;
|
||||
|
@ -51,6 +51,6 @@ async function run(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
run().then(() => process.exit(0));
|
||||
run().then(() => process.exit());
|
||||
|
||||
export default run;
|
||||
|
Reference in New Issue
Block a user