Skip to content
Snippets Groups Projects
Commit 7f970ff8 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: skip waiting on caches on sw

parent 3e4cff29
No related branches found
No related tags found
1 merge request!198Web manifest generation + Core 0.13
Pipeline #8363 passed
......@@ -11,8 +11,8 @@ self.addEventListener('install', function (e) {
'/index.html',
'/'
]);
})
).then(() => e.skipWaiting());
}).then(() => e.skipWaiting())
);
});
self.addEventListener('activate', function (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment