mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
awaiting cache delete
This commit is contained in:
parent
67cd0d0a20
commit
8710581f4b
1 changed files with 1 additions and 1 deletions
|
@ -3102,7 +3102,7 @@ export let defaultCommands = {
|
|||
exec: async () => {
|
||||
let clist = await caches.keys();
|
||||
for (let name of clist) {
|
||||
caches.delete(name);
|
||||
await caches.delete(name);
|
||||
}
|
||||
window.location.reload(true);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue