Skip to content

Commit

Permalink
Update workbox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 21, 2018
1 parent 002cd8f commit c8d7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/workbox.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit c8d7eec

Please sign in to comment.