Merge pull request #3530 from Johannes-Andersen/runtimeError

Fix runtime.lastError
main
Elbert Alias 4 years ago committed by GitHub
commit 7985311838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ const Driver = {
), ),
tabs: {}, tabs: {},
robots: await getOption('robots', {}), robots: await getOption('robots', {}),
ads: {}, ads: [],
} }
chrome.browserAction.setBadgeBackgroundColor({ color: '#6B39BD' }, () => {}) chrome.browserAction.setBadgeBackgroundColor({ color: '#6B39BD' }, () => {})

Loading…
Cancel
Save