Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Clean up linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Oct 30, 2015
1 parent 4ea2357 commit 948ff78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sw-precache.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function generate(params, callback) {
.map(function(file) {
try {
return getFileAndSizeAndHashForFile(file);
} catch(e) {
} catch (e) {
// Provide some additional information about the failure if the file is missing.
if (e.code === 'ENOENT') {
params.logger(util.format(
Expand Down

0 comments on commit 948ff78

Please sign in to comment.