diff options
| -rw-r--r-- | thallium-frontend/vite.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-frontend/vite.config.ts b/thallium-frontend/vite.config.ts index 0c0862f..ef20176 100644 --- a/thallium-frontend/vite.config.ts +++ b/thallium-frontend/vite.config.ts @@ -9,6 +9,7 @@ try { .toString().replace(/\n$/, ""); } catch (e) { console.error("Failed to get commit hash"); + console.error(e); } // https://vitejs.dev/config/ |