Bläddra i källkod

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

Enrico Berti 8 år sedan
förälder
incheckning
ad635bf
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
   }
 
 })()