This commit is contained in:
parent
73ddbed41f
commit
b46a173a85
|
@ -55,7 +55,7 @@ var notification = {
|
|||
};
|
||||
|
||||
notificationWS.onerror = function (e) {
|
||||
console.log('[notification onerror] ' + e);
|
||||
console.log('[notification onerror] ' + JSON.parse(e));
|
||||
};
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue