We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9012ca commit 693d332Copy full SHA for 693d332
src/wrap-store/wrapStore.js
@@ -167,7 +167,7 @@ export default (store, {
167
for(const tab of tabs){
168
browserAPI.tabs.sendMessage(tab.id, {action: 'storeReady'});
169
}
170
- }, (response) => {
+ }, () => {
171
if (chrome.runtime.lastError) {
172
// do nothing - errors can be present
173
// if no content script exists on reciever
0 commit comments