aboutsummaryrefslogtreecommitdiff
path: root/src/background
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-05 15:42:35 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-05 18:15:24 +0900
commitd8c9651b776296bdb5eb1a8687f633e60feafb10 (patch)
tree12319cac817589067c322e0d113abe4cb42039e7 /src/background
parentcaf24779ddfdceb5e9a0fab4f55c92c8d52cda7f (diff)
fix
Diffstat (limited to 'src/background')
-rw-r--r--src/background/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/background/index.js b/src/background/index.js
index 4aa3856..8913a83 100644
--- a/src/background/index.js
+++ b/src/background/index.js
@@ -99,7 +99,5 @@ browser.runtime.onMessage.addListener((request, sender) => {
items: items
};
});
- break;
}
- return Promise.resolve();
});