We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95b76 commit ee11ca1Copy full SHA for ee11ca1
scripts/lib.ts
@@ -5,5 +5,6 @@ export const getGitHash = () => {
5
return execSync("git rev-parse HEAD").toString().trim()
6
} catch (e) {
7
console.error("Failed to get git hash", e)
8
+ return ""
9
}
10
0 commit comments