Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed Nov 13, 2016
2 parents eccebbb + d52ff58 commit 070472b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test
.gitignore
.jshintrc
.npmignore
.travis.yml
1 change: 1 addition & 0 deletions lib/connect_middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function Middleware(runner) {

debugContent('sending response body: %s', body);
response.end(body);

next();
}
catch (err) {
Expand Down

0 comments on commit 070472b

Please sign in to comment.