We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2ee33 commit a846a5cCopy full SHA for a846a5c
dist/setup/index.js
@@ -106426,9 +106426,9 @@ function run() {
106426
core.setFailed(err.message);
106427
}
106428
core.debug('Before process exit');
106429
- setImmediate(() => {
+ setTimeout(() => {
106430
(0, why_is_node_running_1.default)();
106431
- });
+ }, 3000);
106432
// process.exit(0);
106433
});
106434
src/setup-python.ts
@@ -161,9 +161,9 @@ async function run() {
161
162
163
164
165
why();
166
167
168
169
0 commit comments