diff --git a/scripts/lib.ts b/scripts/lib.ts index 43bfeb5b4..5d680e2f5 100644 --- a/scripts/lib.ts +++ b/scripts/lib.ts @@ -5,6 +5,5 @@ export const getGitHash = () => { execSync("git rev-parse HEAD").toString().trim() } catch (e) { console.error("Failed to get git hash", e) - return "" } }