This commit is contained in:
Raphaël
2024-12-20 14:04:27 +05:30
committed by GitHub
7 changed files with 35 additions and 0 deletions

3
dist/setup/index.js vendored
View File

@@ -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;