Fix eslint

This commit is contained in:
Raymond Feng 2017-03-01 15:18:26 -08:00 committed by Miguel González Aravena
parent ecf44e0c68
commit 7df8f45489
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
node_modules

View File

@ -287,7 +287,6 @@ exports.download = function(provider, req, res, container, file, cb) {
};
};
function processError(err, fileName) {
if (err.code === 'ENOENT') {
err.statusCode = err.status = 404;