We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef08e7 commit 982ac6eCopy full SHA for 982ac6e
1 file changed
packages/scripts/src/utils/spawn.js
@@ -32,7 +32,6 @@ export function spawn(cmd, args, stdio = true) {
32
child.stdout?.on('data', onData)
33
child.stderr?.on('data', onData)
34
child.on('close', onDone)
35
- child.on('exit', onDone)
36
child.on('error', onDone)
37
})
38
}
0 commit comments