From c7a96eea92f45e05f53c5c35226c4a2b562dbde9 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 17 May 2025 15:55:21 -0500 Subject: [PATCH] slight build update --- build.ts | 8 ++++++-- src/webpage/invite.html | 2 +- src/webpage/template.html | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.ts b/build.ts index d781256..4ab44b9 100644 --- a/build.ts +++ b/build.ts @@ -87,7 +87,9 @@ if (process.argv.includes("watch")) { continue; } last = Date.now(); - await build(); + try { + await build(); + } catch {} } })(); (async () => { @@ -96,7 +98,9 @@ if (process.argv.includes("watch")) { continue; } last = Date.now(); - await build(); + try { + await build(); + } catch {} } })(); } diff --git a/src/webpage/invite.html b/src/webpage/invite.html index dd99741..3199aaf 100644 --- a/src/webpage/invite.html +++ b/src/webpage/invite.html @@ -31,6 +31,6 @@ - + diff --git a/src/webpage/template.html b/src/webpage/template.html index 193c462..3a88eb1 100644 --- a/src/webpage/template.html +++ b/src/webpage/template.html @@ -30,6 +30,6 @@ - +