Skip to content

Commit

Permalink
Update index.d.ts (#1623)
Browse files Browse the repository at this point in the history
Added missing handleExceptions boolean in LoggerOptions
  • Loading branch information
tagyoureit authored and DABH committed Mar 27, 2019
1 parent 1a75544 commit 8423c03
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 @@ -78,6 +78,7 @@ declare namespace winston {
exitOnError?: Function | boolean;
defaultMeta?: any;
transports?: Transport[] | Transport;
handleExceptions?: boolean;
exceptionHandlers?: any;
}

Expand Down

0 comments on commit 8423c03

Please sign in to comment.