Skip to content

Commit

Permalink
chore: fix lint error (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Jul 3, 2024
1 parent 87a8e29 commit 66dd4de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const DEFAULT_CESIUM_ION_TOKEN_LENGTH = 177;
let commitHash = "";
try {
commitHash = execSync("git rev-parse HEAD").toString().trimEnd();
} catch {}
} catch {
// noop
}

export default defineConfig({
envPrefix: "REEARTH_WEB_",
Expand Down

0 comments on commit 66dd4de

Please sign in to comment.