mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 10:12:55 +01:00
Remove exit code
This commit is contained in:
parent
0b0791e3bf
commit
aa08592228
4 changed files with 8584 additions and 97238 deletions
52799
dist/restore/index.js
vendored
52799
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
52795
dist/save/index.js
vendored
52795
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;
|
export default run;
|
||||||
|
|
|
@ -51,6 +51,6 @@ async function run(): Promise<void> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
run().then(() => process.exit(0));
|
run().then(() => process.exit());
|
||||||
|
|
||||||
export default run;
|
export default run;
|
||||||
|
|
Loading…
Reference in a new issue