Fix typo (#3345)
This commit is contained in:
parent
4457dca72c
commit
22f5c01247
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
async function remove(key) {
|
||||
if (!ready) {
|
||||
window.log.warn('Called storage.get before storage is ready. key:', key);
|
||||
window.log.warn('Called storage.remove before storage is ready. key:', key);
|
||||
}
|
||||
|
||||
delete items[key];
|
||||
|
|
Loading…
Add table
Reference in a new issue