mirror of
https://github.com/actions/setup-node.git
synced 2026-02-15 02:14:44 +08:00
Merge 7d1c5630d8 into 1d0ff469b7
This commit is contained in:
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@@ -100741,6 +100741,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;
|
||||
|
||||
Reference in New Issue
Block a user