Explorar o código

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

Enrico Berti %!s(int64=8) %!d(string=hai) anos
pai
achega
ad635bf

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