diff options
-rw-r--r-- | packages/bun-types/globals.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/bun-types/globals.d.ts b/packages/bun-types/globals.d.ts index 60d19a068..fa49aec1d 100644 --- a/packages/bun-types/globals.d.ts +++ b/packages/bun-types/globals.d.ts @@ -341,8 +341,6 @@ interface Process { isBun: 1; // FIXME: this should actually return a boolean /** The current git sha of Bun **/ revision: string; - // execPath: string; - // abort(): void; chdir(directory: string): void; cwd(): string; exit(code?: number): void; |