Jean-Yves Didier

small fix

let address = 'ws://localhost:8088';
let server = new WebSocket(address);
let idxSource = (navigator.userAgent.match(/firefox|fxios/i))?2:3;
class MobileConsole {
#stack= [];
......@@ -15,7 +13,6 @@ class MobileConsole {
this.#server.onopen = function() {
self.flush();
}
}
......@@ -71,6 +68,8 @@ class MobileConsole {
warn = this.notify('warn');
error = this.notify('error');
}
......