From f9c375e37c292a67adb17f8aa73b11bb8a1dd166 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 13 Oct 2022 14:50:45 +0200 Subject: [PATCH] fixup! lib: add options to the heap snapshot APIs --- doc/api/v8.md | 4 ++-- doc/api/worker_threads.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index ae8602a5470ec5..27dfe58fe8a10a 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -67,7 +67,7 @@ following properties: added: v11.13.0 changes: - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/44989 description: Support options to configure the heap snapshot. --> @@ -310,7 +310,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/42577 description: Make the returned error codes consistent across all platforms. - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/44989 description: Support options to configure the heap snapshot. --> diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 8df051fb7b40a9..b6a16b4e591db1 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -1075,7 +1075,7 @@ added: - v12.17.0 changes: - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/44989 description: Support options to configure the heap snapshot. -->