We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23335d commit a0e3b0cCopy full SHA for a0e3b0c
BlueMapCore/src/main/webroot/js/libs/BlueMap.js
@@ -109,7 +109,7 @@ export default class BlueMap {
109
await this.ui.load();
110
this.start();
111
}).catch(error => {
112
- this.onLoadError("Initialization: " + error.toString());
+ this.onLoadError("Initialization: " + (error ? error.toString() : "unknown"));
113
});
114
}
115
0 commit comments