Skip to content

Commit f00c0fa

Browse files
committed
fix apply
1 parent 5ea276e commit f00c0fa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build/response.js

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/response.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class Response
6060

6161
if content instanceof Function
6262
content.apply @
63-
@res.end() if not @res.finished
6463
else
6564
@res.end content
6665

0 commit comments

Comments
 (0)