Update src/main.ts
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
This commit is contained in:
parent
10f87973af
commit
b49fd7e855
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue