mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
wip
This commit is contained in:
@@ -1279,7 +1279,7 @@ pub fn NewShellSubprocess(comptime EventLoopKind: JSC.EventLoopKind, comptime Sh
|
||||
}
|
||||
|
||||
pub fn wait(this: *@This(), sync: bool) void {
|
||||
return this.process.wait(sync);
|
||||
return this.process.waitPosix(sync);
|
||||
}
|
||||
|
||||
pub fn onProcessExit(this: *@This(), _: *Process, status: bun.spawn.Status, _: *const bun.spawn.Rusage) void {
|
||||
|
||||
Reference in New Issue
Block a user