Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
fix(process): add revision - git sha of bun (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
xHyroM committed Aug 28, 2022
2 parents ccf43c3 + c4c6f76 commit eddd0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ interface Process {

/** Whether you are using Bun */
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;
Expand Down

0 comments on commit eddd0d7

Please sign in to comment.