From 417506c01c08413a07abb56260cfb510d1db8ff4 Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 17 Jul 2024 20:31:45 +0800 Subject: [PATCH] fix: lint Signed-off-by: Innei --- scripts/lib.ts | 1 - 1 file changed, 1 deletion(-) 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 "" } }