From 948ff78e3498dbcfcc427a4d59889d4c9fc2dbe9 Mon Sep 17 00:00:00 2001 From: Jeff Posnick Date: Fri, 30 Oct 2015 13:36:48 -0400 Subject: [PATCH] Clean up linting error --- lib/sw-precache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw-precache.js b/lib/sw-precache.js index 28a6890..69bd0c2 100644 --- a/lib/sw-precache.js +++ b/lib/sw-precache.js @@ -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(