mirror of
https://github.com/actions/cache.git
synced 2025-07-02 23:30:50 +02:00
Remove exit code
This commit is contained in:
52911
dist/restore/index.js
vendored
52911
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
52907
dist/save/index.js
vendored
52907
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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