Ver Fonte

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

Enrico Berti há 8 anos atrás
pai
commit
ad635bfb1e

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