We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ec1fa commit 0dbff42Copy full SHA for 0dbff42
1 file changed
js/bimserverclient.js
@@ -458,6 +458,7 @@ module.exports = function(baseUrl, notifier) {
458
}
459
} else {
460
if (error != null) {
461
+ console.error(jqXHR, textStatus, errorThrown);
462
error(jqXHR, textStatus, errorThrown);
463
464
othis.notifier.setError(textStatus);
0 commit comments