forked from mirror/BlueMap
Also log error message to the console
This commit is contained in:
parent
a56b610afb
commit
9d4b586686
@ -88,7 +88,10 @@ export default class BlueMap {
|
||||
|
||||
this.initModules();
|
||||
this.start();
|
||||
}).catch(error => this.onLoadError(error.toString()));
|
||||
}).catch(error => {
|
||||
this.onLoadError(error.toString())
|
||||
console.error(error);
|
||||
});
|
||||
}
|
||||
|
||||
initModules() {
|
||||
|
Loading…
Reference in New Issue
Block a user