Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

asyncwrap: fix constructor condition for early ret #9146

Closed
wants to merge 1 commit into from
Closed

asyncwrap: fix constructor condition for early ret #9146

wants to merge 1 commit into from

Commits on Feb 5, 2015

  1. 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.
    trevnorris committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    d0f768a View commit details
    Browse the repository at this point in the history