| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
maybe this should be called in nextTick?
Sorry, something went wrong.
There was a problem hiding this comment.
I would think so
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM if CI is happy |
Sorry, something went wrong.
|
so for failures we have:
I don't think any of these are related to the proposed changes. Still LGTM |
Sorry, something went wrong.
|
cc @nodejs/tsc |
Sorry, something went wrong.
|
Code change LGTM. Just squash the commits. |
Sorry, something went wrong.
Emitting 'close' before the history has flushed is somewhat incorrect and rather confusing. This also makes the 'close' event always asynchronous for consistency. Refs: nodejs#2356 PR-URL: nodejs#3435 Reviewed By: Evan Lucas <evanlucas@me.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
| Back | FazBrowse Home | New Git URL |
Emitting close before the history has flushed is somewhat incorrect and
rather confusing.
Fixes an issue related to #2356
Separate PR since I'm going to try to make #2356 work without it, but would already like review here.