Print polling error

pull/277/head
beaudan 6 years ago
parent 54bd75e9a6
commit 6f21e7244f

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

Loading…
Cancel
Save