fix: lint

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-18 20:48:39 +08:00
parent 8f95b766ed
commit ee11ca157d
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 0 deletions

View File

@ -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 ""
}
}