Called when a promise has resolve() called. This may not be in the same execution id as the promise itself.
method
async_hooks.HookCallbacks.promiseResolve
@param asyncId
the unique id for the promise that was resolve()d.
method
Called when a promise has resolve() called. This may not be in the same execution id as the promise itself.
the unique id for the promise that was resolve()d.