Skip to content

Commit

Permalink
comment chrome.storage check
Browse files Browse the repository at this point in the history
  • Loading branch information
praschke authored Oct 22, 2023
1 parent 7577075 commit 12d1e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/data/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ class OptionsUtil {
}
}

// test harness doesn't have chrome.storage
if (customTemplates && isObject(chrome.storage)) {
chrome.storage.session.set({'needsCustomTemplatesWarning': true});
await this._createTab(chrome.runtime.getURL('/welcome.html'));
Expand Down

0 comments on commit 12d1e1c

Please sign in to comment.