Skip to content

Commit 7d0466f

Browse files
authored
Add mising handleRejections in logger options
In the future this should extend from a subset of `TransportStream` in https://github.com/winstonjs/winston-transport/blob/master/index.d.ts
1 parent 2625f60 commit 7d0466f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ declare namespace winston {
8383
defaultMeta?: any;
8484
transports?: Transport[] | Transport;
8585
handleExceptions?: boolean;
86+
handleRejections?: boolean;
8687
exceptionHandlers?: any;
8788
}
8889

0 commit comments

Comments
 (0)