-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #251 - Output of render should be Promise compatible. #423
Fixes #251 - Output of render should be Promise compatible. #423
Conversation
0310d77
to
beb8652
Compare
beb8652
to
41fbe7a
Compare
1 similar comment
If |
41fbe7a
to
56694c4
Compare
The |
That being said, do be aware that a fulfilled |
|
||
out.write('1'); | ||
out.error(new Error('test')); | ||
out.write('2'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't you missing an out.end()
?
No description provided.