]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update workbox.js
authorXhmikosR <xhmikosr@gmail.com>
Tue, 20 Mar 2018 15:24:49 +0000 (17:24 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 21 Mar 2018 10:15:47 +0000 (12:15 +0200)
build/workbox.js

index 4694fb90978a0313d111b7d4611b693c159c1dca..0363aa59a457adcc053f843944f2952bf90bd589 100644 (file)
@@ -43,7 +43,7 @@ swBuild.injectManifest(config).then(({
     }
     const swFileContents = data.replace(wbSwRegex, wbFileName)
     fs.writeFile(config.swDest, swFileContents, () => {
-      console.log('Pre-cache Manifest generated.', `Pre-cached ${count} files, totalling ${size} bytes.`)
+      console.log(`Pre-cache Manifest generated. Pre-cached ${count} files, totalling ${size} bytes.`)
     })
   })
 }).catch((error) => {