Skip to content

Commit f0b6c21

Browse files
committed
Make sure all subprocesses started
1 parent e310330 commit f0b6c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export function $(pieces, ...args) {
111111
promise.child = child
112112
if (promise._postrun) promise._postrun()
113113
}
114+
setTimeout(promise._run, 0) // Make sure all subprocesses started.
114115
return promise
115116
}
116117

0 commit comments

Comments
 (0)