You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typings on LoggerOptions and Logger interfaces. (#2021)
* RejectionHandlers added to LoggerOptions
The 'rejectionHandlers' field was missing on LoggerOptions interface at index.d.ts.
Issue: #1801
* Added handleRejections field to LoggerOptions.
A complement to rejectionHandlers commit.
* Added RejectionHandler to Logger interface
Added RejectionHandler to Logger interface,
Basically the same of PR: #1929
Suggest by: #2021 (comment)
0 commit comments