Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 18, 2024
1 parent 8f95b76 commit ee11ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const getGitHash = () => {
return execSync("git rev-parse HEAD").toString().trim()
} catch (e) {
console.error("Failed to get git hash", e)
return ""
}
}

0 comments on commit ee11ca1

Please sign in to comment.