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 415ac49 commit a3e7ce8Copy full SHA for a3e7ce8
lib/winston/rejection-handler.js
@@ -12,7 +12,7 @@ const asyncForEach = require('async/forEach');
12
const debug = require('@dabh/diagnostics')('winston:rejection');
13
const once = require('one-time');
14
const stackTrace = require('stack-trace');
15
-const ExceptionStream = require('./exception-stream');
+const RejectionStream = require('./rejection-stream');
16
17
/**
18
* Object for handling unhandledRejection events.
0 commit comments