Skip to content

Commit a3e7ce8

Browse files
committed
Fix typo
1 parent 415ac49 commit a3e7ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/winston/rejection-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const asyncForEach = require('async/forEach');
1212
const debug = require('@dabh/diagnostics')('winston:rejection');
1313
const once = require('one-time');
1414
const stackTrace = require('stack-trace');
15-
const ExceptionStream = require('./exception-stream');
15+
const RejectionStream = require('./rejection-stream');
1616

1717
/**
1818
* Object for handling unhandledRejection events.

0 commit comments

Comments
 (0)