mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
2
packages/bun-types/bun.d.ts
vendored
2
packages/bun-types/bun.d.ts
vendored
@@ -2666,7 +2666,7 @@ declare module "bun" {
|
||||
exitCode: number | null,
|
||||
signalCode: number | null,
|
||||
/**
|
||||
* If an error occured in the call to waitpid2, this will be the error.
|
||||
* If an error occurred in the call to waitpid2, this will be the error.
|
||||
*/
|
||||
error?: Errorlike,
|
||||
): void | Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user