From 8423c03c59c31f61f57519b4097420a464c90f83 Mon Sep 17 00:00:00 2001 From: tagyoureit Date: Tue, 26 Mar 2019 20:51:03 -0700 Subject: [PATCH] Update index.d.ts (#1623) Added missing handleExceptions boolean in LoggerOptions --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 386952fb7..4f88d68bc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -78,6 +78,7 @@ declare namespace winston { exitOnError?: Function | boolean; defaultMeta?: any; transports?: Transport[] | Transport; + handleExceptions?: boolean; exceptionHandlers?: any; }