mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
sad workaround
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user