mirror of
https://github.com/actions/setup-node.git
synced 2026-02-13 00:45:26 +08:00
Merge 7d1c5630d8 into 48b90677b6
This commit is contained in:
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@@ -94482,6 +94482,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