From b49fd7e8559f3aed2d50f1fc4272f72fc96d68ca Mon Sep 17 00:00:00 2001 From: podar <1999688+podarsmarty@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:16:39 -0500 Subject: [PATCH] Update src/main.ts Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com> --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index b6103c48115..48592bdee59 100644 --- a/src/main.ts +++ b/src/main.ts @@ -105,7 +105,7 @@ fetch("/manifest.json") .then(jsonResponse => { manifest = jsonResponse.manifest; }).catch(err => { - // Manifest not found (likely local build or error path on live) + // Manifest not found (likely local build or path error on live) console.log(`Manifest not found. ${err}`); }).finally(() => { startGame();