Skip to content

Commit 70c28cd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f28d047 + ae6456e commit 70c28cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/extension/chromeAPIMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (window.isElectron) {
6161
},
6262
// Electron ~ 1.4.6
6363
remove(items, callback) {
64-
if (!Array.isArray(items)) {
64+
if (Array.isArray(items)) {
6565
items.forEach(name => {
6666
localStorage.removeItem(name);
6767
});

0 commit comments

Comments
 (0)