Skip to content

Commit 9773ae1

Browse files
committed
doc: regenerate node.1
1 parent cde2880 commit 9773ae1

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

doc/node.1

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -835,14 +835,6 @@ Enable experimental WebAssembly System Interface (WASI) support.
835835
.It Fl -experimental-worker-inspection
836836
Enable experimental support for the worker inspection with Chrome DevTools.
837837
.
838-
.It Fl -expose-gc
839-
This flag will expose the gc extension from V8.
840-
.Bd -literal
841-
if (globalThis.gc) {
842-
globalThis.gc();
843-
}
844-
.Ed
845-
.
846838
.It Fl -force-context-aware
847839
Disable loading native addons that are not context-aware.
848840
.
@@ -1607,7 +1599,9 @@ tracing is enabled using \fB--trace-events-enabled\fR.
16071599
.
16081600
.It Fl -trace-event-file-pattern
16091601
Template string specifying the filepath for the trace event data, it
1610-
supports \fB${rotation}\fR and \fB${pid}\fR.
1602+
supports \fB${rotation}\fR and \fB${pid}\fR. It defaults to \fBnode_trace.${rotation}.log\fR,
1603+
or to \fBnode_trace.${rotation}.pftrace\fR in builds with Perfetto support. See
1604+
Trace events for details.
16111605
.
16121606
.It Fl -trace-events-enabled
16131607
Enables the collection of trace event tracing information.

0 commit comments

Comments
 (0)