Skip to content

Commit a0e3b0c

Browse files
committed
Small bugfix in the webapp
1 parent c23335d commit a0e3b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueMapCore/src/main/webroot/js/libs/BlueMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default class BlueMap {
109109
await this.ui.load();
110110
this.start();
111111
}).catch(error => {
112-
this.onLoadError("Initialization: " + error.toString());
112+
this.onLoadError("Initialization: " + (error ? error.toString() : "unknown"));
113113
});
114114
}
115115

0 commit comments

Comments
 (0)