Skip to content

Commit 982ac6e

Browse files
committed
fix(scripts): spawn util minor fix
1 parent cef08e7 commit 982ac6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/scripts/src/utils/spawn.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function spawn(cmd, args, stdio = true) {
3232
child.stdout?.on('data', onData)
3333
child.stderr?.on('data', onData)
3434
child.on('close', onDone)
35-
child.on('exit', onDone)
3635
child.on('error', onDone)
3736
})
3837
}

0 commit comments

Comments
 (0)