We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f241dff commit 11d24f8Copy full SHA for 11d24f8
tests/_runCli.ts
@@ -24,7 +24,7 @@ export async function runCli(cwd: PortablePath, argv: Array<string>) {
24
reject(error);
25
});
26
27
- child.on(`exit`, exitCode => {
+ child.on(`close`, exitCode => {
28
resolve({
29
exitCode,
30
stdout: Buffer.concat(out).toString(),
0 commit comments