skip waiting

This commit is contained in:
tamaina 2021-02-13 18:51:56 +09:00
parent 87b6142117
commit 640c848c41
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ get('lang').then(async prelang => {
//#region Lifecycle: Install
self.addEventListener('install', ev => {
// Nothing to do
self.skipWaiting()
});
//#endregion