We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d07dd commit 2db2ae1Copy full SHA for 2db2ae1
README.md
@@ -4,6 +4,14 @@ Log all process errors on the console (or using a custom logger): [`uncaughtExce
4
5

6
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
15
# Usage (preferred)
16
17
Require this module with the `-r` CLI flag.
0 commit comments