We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a795069 commit 016026cCopy full SHA for 016026c
src/commander.ts
@@ -45,7 +45,7 @@ export class Commander {
45
}
46
47
48
- await new Promise((r) => setImmediate(r));
+ await new Promise((r) => setTimeout(r, 50));
49
50
if (stage.isFinished()) {
51
if (!stage.isSuccess()) {
0 commit comments