We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bde36b commit 8e99a00Copy full SHA for 8e99a00
README.md
@@ -910,7 +910,7 @@ logger.exitOnError = ignoreEpipe;
910
911
### Handling Uncaught Promise Rejections with winston
912
913
-With `winston`, it is possible to catch and log `uncaughtRejection` events
+With `winston`, it is possible to catch and log `unhandledRejection` events
914
from your process. With your own logger instance you can enable this behavior
915
when it's created or later on in your applications lifecycle:
916
0 commit comments