Skip to content

Commit e8b82a9

Browse files
committed
console.log websocket error
1 parent 90c8e64 commit e8b82a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/localtracker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function local_liveData() {
3636

3737
function local_connectionError(error) {
3838
$("#stText").text("conn. error |");
39+
console.log(error);
3940
local_clientConnected = false;
4041
local_clientActive = false;
4142
if (!document.getElementById("stTimer").classList.contains('friendly-dtime') ) {

0 commit comments

Comments
 (0)