Skip to content

Commit 042cb28

Browse files
committed
fix(viewerCrash): fix stdout/stderr for buffer OS
1 parent 7ea9a53 commit 042cb28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/utils/local/scripts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function waitForReady(child, expectedResponse, signal) {
5757
console.log(`[${child.name}] ${line}`);
5858
recordOutput(line);
5959
if (line.includes(expectedResponse)) {
60-
cleanup();
6160
resolve(child);
6261
}
6362
}

0 commit comments

Comments
 (0)