File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ Node.js report completed
524
524
525
525
When a report is written, start and end messages are issued to stderr
526
526
and the filename of the report is returned to the caller. The default filename
527
- includes the date, time, PID and a sequence number. The sequence number helps
527
+ includes the date, time, PID, and a sequence number. The sequence number helps
528
528
in associating the report dump with the runtime state if generated multiple
529
529
times for the same Node.js process.
530
530
@@ -551,7 +551,7 @@ Special meaning is attached to `stdout` and `stderr`. Usage of these
551
551
will result in report being written to the associated standard streams.
552
552
In cases where standard streams are used, the value in ` directory ` is ignored.
553
553
URLs are not supported. Defaults to a composite filename that contains
554
- timestamp, PID and sequence number.
554
+ timestamp, PID, and sequence number.
555
555
556
556
` directory ` specifies the filesystem directory where the report will be written.
557
557
URLs are not supported. Defaults to the current working directory of the
You can’t perform that action at this time.
0 commit comments