Skip to content

Commit ee11ca1

Browse files
committed
fix: lint
Signed-off-by: Innei <[email protected]>
1 parent 8f95b76 commit ee11ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export const getGitHash = () => {
55
return execSync("git rev-parse HEAD").toString().trim()
66
} catch (e) {
77
console.error("Failed to get git hash", e)
8+
return ""
89
}
910
}

0 commit comments

Comments
 (0)