From 53fcbe187bb4035918777625608094759c1de7f4 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 29 Mar 2019 11:23:08 +0100 Subject: [PATCH] doc: list when promiseResolve hook was added to async_hooks --- doc/api/async_hooks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 8878c03aa73b28..99b996a1af6bc8 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -430,6 +430,10 @@ does not depend on garbage collection, then this will not be an issue. ##### promiseResolve(asyncId) + + * `asyncId` {number} Called when the `resolve` function passed to the `Promise` constructor is