mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Explicitly exit after this action runs to not wait for hanging promises
* See https://github.com/ruby/setup-ruby/issues/543
This commit is contained in:
+3
@@ -65727,6 +65727,9 @@ async function run() {
|
||||
core.setFailed(error.stack)
|
||||
}
|
||||
}
|
||||
// Explicit process.exit() to not wait hanging promises,
|
||||
// see https://github.com/ruby/setup-ruby/issues/543
|
||||
process.exit()
|
||||
}
|
||||
|
||||
// entry point when this action is run from other actions
|
||||
|
||||
Reference in New Issue
Block a user