Skip to content

Commit 99fb5b4

Browse files
committed
Disable error notifications by default
Fix #218.
1 parent 050ad15 commit 99fb5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/extension/options/syncOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const get = callback => {
3838
whitelist: '',
3939
blacklist: '',
4040
serialize: true,
41-
shouldCatchErrors: true,
41+
shouldCatchErrors: false,
4242
inject: true,
4343
urls: '^https?://localhost|0\\.0\\.0\\.0:\\d+\n^https?://.+\\.github\\.io'
4444
}, function(items) {

0 commit comments

Comments
 (0)