Ver código fonte

log invalid response

pull/43/head
Jonathan Cobb 4 anos atrás
pai
commit
b8deab1498
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bubble-server/src/main/resources/bubble/rule/bblock/BubbleBlockRuleDriver_stats.js.hbs

+ 1
- 1
bubble-server/src/main/resources/bubble/rule/bblock/BubbleBlockRuleDriver_stats.js.hbs Ver arquivo

@@ -19,7 +19,7 @@ const {{JS_PREFIX}}_app_refresh_interval = window.setInterval(function () {
try {
return resp.json();
} catch (error) {
console.log('cancelling window.interval, response not json');
console.log('cancelling window.interval, response not json: '+JSON.stringify(resp));
window.clearInterval({{JS_PREFIX}}_app_refresh_interval);
}
})


Carregando…
Cancelar
Salvar