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 => {
|
.then(jsonResponse => {
|
||||||
manifest = jsonResponse.manifest;
|
manifest = jsonResponse.manifest;
|
||||||
}).catch(err => {
|
}).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}`);
|
console.log(`Manifest not found. ${err}`);
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
startGame();
|
startGame();
|
||||||
|
|
Loading…
Reference in New Issue