mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-26 12:35:11 +01:00
Small bugfix in the webapp
This commit is contained in:
parent
c23335df7c
commit
a0e3b0c2af
@ -109,7 +109,7 @@ export default class BlueMap {
|
|||||||
await this.ui.load();
|
await this.ui.load();
|
||||||
this.start();
|
this.start();
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
this.onLoadError("Initialization: " + error.toString());
|
this.onLoadError("Initialization: " + (error ? error.toString() : "unknown"));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user