Skip to content

Commit

Permalink
Add handleRejections option support (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina authored and DABH committed May 23, 2019
1 parent 07f75f0 commit c7ac369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const TransportStream = module.exports = function TransportStream(options = {})
this.format = options.format;
this.level = options.level;
this.handleExceptions = options.handleExceptions;
this.handleRejections = options.handleRejections;
this.silent = options.silent;

if (options.log) this.log = options.log;
Expand Down

0 comments on commit c7ac369

Please sign in to comment.