pull/278/head
beaudan 6 years ago
parent 95cad09253
commit 145b9e0a37

@ -88,7 +88,7 @@
}); });
connected = true; connected = true;
} catch (err) { } catch (err) {
window.log.err('Polling error: ', err); window.log.error('Polling error: ', err);
connected = false; connected = false;
} }
const pollTime = connected ? SUCCESS_POLL_TIME : FAIL_POLL_TIME; const pollTime = connected ? SUCCESS_POLL_TIME : FAIL_POLL_TIME;

Loading…
Cancel
Save