Updating SW JS output
This commit is contained in:
Родитель
b97562d87b
Коммит
cf10fa5974
|
@ -11,7 +11,7 @@
|
|||
caches.open(CACHE_NAME)
|
||||
.then(function(cache) {
|
||||
// Add all offline dependencies to the cache
|
||||
console.log('[install] Caches opened, adding all core components' +
|
||||
console.log('[install] Caches opened, adding all core components ' +
|
||||
'to cache');
|
||||
return cache.addAll(CACHE_FILES);
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче