|
@@ -23826,7 +23826,7 @@ var BABYLON;
|
|
|
}
|
|
|
catch (e) {
|
|
|
if (onerror) {
|
|
|
- onerror(scene, 'Unable to import meshes from ' + rootUrl + sceneFilename + ' (Exception: ' + e + ')');
|
|
|
+ onerror(scene, 'Unable to import meshes from ' + rootUrl + sceneFilename, e);
|
|
|
}
|
|
|
scene._removePendingData(loadingToken);
|
|
|
}
|