Skip to content

Commit

Permalink
Merge branch 'master' into XhmikosR-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 29, 2019
2 parents 4a980f3 + adaf32c commit 449bf3e
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 @@ -133,7 +133,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 449bf3e

Please sign in to comment.