Skip to content

Commit

Permalink
fix request for un-needed file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed May 30, 2017
1 parent ae624fd commit 43f543d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serviceworker.js
Expand Up @@ -21,7 +21,6 @@ const CACHED_RESOURCES = [
'EspruinoTools/libs/esprima/esprima.js',
'EspruinoTools/libs/targz.js',
'EspruinoTools/libs/utf8.js',
'EspruinoTools/bin/espruino-cli.js',
'EspruinoTools/core/terminal.js',
'EspruinoTools/core/serial_nodeserial.js',
'EspruinoTools/core/config.js',
Expand Down Expand Up @@ -265,4 +264,4 @@ self.addEventListener('activate', function(event) {
);
})
);
});
});

0 comments on commit 43f543d

Please sign in to comment.