fix: support for v8.setHeapSnapshotNearHeapLimit api (#45645)

* fix: support for v8.setHeapSnapshotNearHeapLimit api

* chore: fix lint
This commit is contained in:
Robo
2025-02-17 23:47:58 +09:00
committed by GitHub
parent f647a02a1b
commit 3980b0f8e4
10 changed files with 66 additions and 6 deletions

View File

@@ -306,6 +306,12 @@ Set the default value of the `verbatim` parameter in the Node.js [`dns.lookup()`
The default is `verbatim` and `dns.setDefaultResultOrder()` have higher priority than `--dns-result-order`.
### `--diagnostic-dir=directory`
Set the directory to which all Node.js diagnostic output files are written. Defaults to current working directory.
Affects the default output directory of [v8.setHeapSnapshotNearHeapLimit](https://nodejs.org/docs/latest/api/v8.html#v8setheapsnapshotnearheaplimitlimit).
[app]: app.md
[append-switch]: command-line.md#commandlineappendswitchswitch-value
[debugging-main-process]: ../tutorial/debugging-main-process.md