Skip to content

Commit

Permalink
Push some test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeng.xdf committed Sep 17, 2014
1 parent e7e8915 commit cb45e95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/middleware/static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function statics(req, res, next) {
res.write('404', 'binary');
return next();
}

fs.readFile(path, 'binary', function (error, file) {

if (error) {
Expand Down

0 comments on commit cb45e95

Please sign in to comment.