Update src/main.ts

Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
podar 2024-10-30 18:16:39 -05:00 committed by GitHub
parent 10f87973af
commit b49fd7e855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();