Skip to content

Commit

Permalink
Merge b6ec7e5 into 8de46a0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpai committed Oct 29, 2019
2 parents 8de46a0 + b6ec7e5 commit 7807ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const staticify = (root, options) => {
return next();
}

serve(req, res)
serve(req)
.on('error', err => {
if (err.status === 404) {
return next();
Expand Down

0 comments on commit 7807ace

Please sign in to comment.