Skip to content

Commit 1b99ae9

Browse files
committed
fixup! cli: add --trace-exit cli option
1 parent 42266da commit 1b99ae9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/node.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ and
349349
.It Fl -trace-events-enabled
350350
Enable the collection of trace event tracing information.
351351
.
352+
.It Fl -trace-exit
353+
Prints a stack trace whenever an environment is been exited proactively, i.e.
354+
invoking `process.exit()`.
355+
.
352356
.It Fl -trace-sync-io
353357
Print a stack trace whenever synchronous I/O is detected after the first turn of the event loop.
354358
.

0 commit comments

Comments
 (0)