mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
Remove exit code
This commit is contained in:
parent
0b0791e3bf
commit
aa08592228
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;
|
||||
|
Loading…
Reference in New Issue
Block a user