sad workaround

This commit is contained in:
Jarred Sumner
2024-03-08 04:30:49 -08:00
parent e3d0f0cb07
commit 2f2fcd0a2e

View File

@@ -552,8 +552,10 @@ describe("spawn unref and kill should not hang", () => {
});
proc.kill();
proc.unref();
if (!isWindows) proc.unref();
await proc.exited;
console.count("Finished");
}
expect().pass();