Skip to content

Commit

Permalink
Add mising handleRejections in logger options
Browse files Browse the repository at this point in the history
In the future this should extend from a subset of `TransportStream` in https://github.com/winstonjs/winston-transport/blob/master/index.d.ts
  • Loading branch information
t-moennich authored Sep 22, 2020
1 parent 2625f60 commit 7d0466f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ declare namespace winston {
defaultMeta?: any;
transports?: Transport[] | Transport;
handleExceptions?: boolean;
handleRejections?: boolean;
exceptionHandlers?: any;
}

Expand Down

0 comments on commit 7d0466f

Please sign in to comment.