Skip to content

Commit 74ba864

Browse files
committed
fix(cli): Stopping interval on success
1 parent 2882ff2 commit 74ba864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/emulation/docker.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ async function dockerBuild(func, variables) {
9191

9292
await new Promise((res) => { buildProcess.on('close', res) });
9393

94+
clearInterval(killInterval);
9495
if(!Queue.isEmpty()) {
9596
return;
9697
}

0 commit comments

Comments
 (0)