Skip to content

Commit 254781e

Browse files
committed
Add console log when it's failed
1 parent 42a5b27 commit 254781e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themes/smalltalk.view

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
}).fail(function( msg ) {
420420
connection_timer.start();
421421
is_running = false;
422+
console.log(msg);
422423
});
423424
}
424425
}

0 commit comments

Comments
 (0)