Commit 605329d7 authored by Trevor Norris's avatar Trevor Norris
Browse files

asyncwrap: fix constructor condition for early ret

AsyncWrap should always properly propagate asynchronous calls to any
child that is created. Regardless whether kCallInitHook is currently
active. The previous logic would always return early if kCallInitHook
wasn't set.

PR-URL: https://github.com/joyent/node/pull/9146


Reviewed-by: default avatarJulien Gilli <julien.gilli@joyent.com>
parent a5dbcc9f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment