浏览代码

HUE-6823 [frontend] Sending JS errors to the backend should be transparent and still show the stacktrace on the console

Enrico Berti 8 年之前
父节点
当前提交
ad635bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/hue.errorcatcher.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/hue.errorcatcher.js

@@ -50,7 +50,7 @@
       xmlHTTP.send('jserror=' + JSON.stringify(params));
     }
     catch (e) {}
-    return true;
+    return false;
   }
 
 })()