Skip to content

Commit

Permalink
fixup! cli: add --trace-exit cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Dec 6, 2019
1 parent 42266da commit 1b99ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/node.1
Expand Up @@ -349,6 +349,10 @@ and
.It Fl -trace-events-enabled
Enable the collection of trace event tracing information.
.
.It Fl -trace-exit
Prints a stack trace whenever an environment is been exited proactively, i.e.
invoking `process.exit()`.
.
.It Fl -trace-sync-io
Print a stack trace whenever synchronous I/O is detected after the first turn of the event loop.
.
Expand Down

0 comments on commit 1b99ae9

Please sign in to comment.