Skip to content

Commit 2db2ae1

Browse files
committed
Update README
1 parent 49d07dd commit 2db2ae1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Log all process errors on the console (or using a custom logger): [`uncaughtExce
44

55
![Screenshot](docs/screenshot.png)
66

7+
While Node.js already prints those errors on the console, `log-process-errors`
8+
provides with the following additional features:
9+
10+
- more detailed messages, including warnings and promises stack traces
11+
- nicer looking messages
12+
- [custom logging]($custom-logging)
13+
- [control whether to `process.exit()` or not](#process-exit)
14+
715
# Usage (preferred)
816

917
Require this module with the `-r` CLI flag.

0 commit comments

Comments
 (0)