fixup! Add: add a warning
This commit is contained in:
parent
8c3967dcd5
commit
5bb47aebbc
|
@ -88,7 +88,7 @@ const db = (() => {
|
|||
chromeLocal.set({dbInChromeStorage: true}, ignoreChromeError);
|
||||
if (err) {
|
||||
chromeLocal.setValue('dbInChromeStorageReason', workerUtil.cloneError(err));
|
||||
console.warn(`Stylus failed to access indexedDB. Switched to storage API.`, err);
|
||||
console.warn('Failed to access indexedDB. Switched to storage API.', err);
|
||||
}
|
||||
localStorage.dbInChromeStorage = 'true';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user