mirror of
https://github.com/actions/setup-node.git
synced 2025-12-19 06:47:08 +00:00
Merge 7d1c5630d8 into 395ad32622
This commit is contained in:
commit
0391c4388c
7 changed files with 35 additions and 0 deletions
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
|
|
@ -99885,6 +99885,9 @@ function run() {
|
|||
catch (err) {
|
||||
core.setFailed(err.message);
|
||||
}
|
||||
// Explicit process.exit() to not wait for hanging promises,
|
||||
// see https://github.com/actions/setup-node/issues/878
|
||||
process.exit();
|
||||
});
|
||||
}
|
||||
exports.run = run;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue