mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
Merge 7d1c5630d8 into 49933ea528
This commit is contained in:
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@@ -97940,6 +97940,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