Skip to content

Commit 0dbff42

Browse files
committed
test
1 parent 75ec1fa commit 0dbff42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js/bimserverclient.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ module.exports = function(baseUrl, notifier) {
458458
}
459459
} else {
460460
if (error != null) {
461+
console.error(jqXHR, textStatus, errorThrown);
461462
error(jqXHR, textStatus, errorThrown);
462463
} else {
463464
othis.notifier.setError(textStatus);

0 commit comments

Comments
 (0)