소스 검색

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;
   }
 
 })()