Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick and dirty fix for winston logging empty line on Error object #10

Merged
merged 1 commit into from
Jan 15, 2018

Conversation

mikko
Copy link
Contributor

@mikko mikko commented Jan 12, 2018

This process.on('uncaughtException' -- is catching all the exceptions from both this package and the one depending on this. When combined to winston not being able to log an Error object, it makes debugging the parent project a horror. Here's a dirty and simple fix for that.

Should fix this #2

@kengz
Copy link
Owner

kengz commented Jan 15, 2018

Thanks @mikko for fixing this! Should help some of the open issues.

@kengz
Copy link
Owner

kengz commented Jan 15, 2018

Published version 1.0.8 to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants