From d3812869d27e6c7c8ce4b4e2e34787180a10f514 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 2 Oct 2015 12:14:10 -0700 Subject: [PATCH] Don't throw errors from background // FREEBIE --- js/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/background.js b/js/background.js index fdbbe4d4dc..b284c71ae1 100644 --- a/js/background.js +++ b/js/background.js @@ -214,6 +214,7 @@ notifyConversation(message); }); }); + return; } throw e;