Skip to content

Commit

Permalink
jshint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 24, 2016
1 parent 028c753 commit b74c449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ exports.download = function(pkg, options, installDeps) {
})
.then(function() {
return asp(fs.unlink)(cacheDir + '.js')
.catch(function(e) {});
.catch(function() {});
})
// create it
.then(function() {
Expand Down

0 comments on commit b74c449

Please sign in to comment.