diff --git a/scripts/lib.ts b/scripts/lib.ts index 647b894f6..ec0376f21 100644 --- a/scripts/lib.ts +++ b/scripts/lib.ts @@ -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 "" } }