Random Error from appendToConsole in Logger
Closed this issue · 5 comments
aaronfrost commented
justinmchase commented
Yes, this definitely shouldn't bubble up. It sounds like the process is closing when the logger is trying to write, I would definitely try catch on this.
aaronfrost commented
PR coming soon. Thanks @justinmchase!
aaronfrost commented
What should I do in the catch? Normally I would log an error or something, but in this case, the console is not available. So... not sure WTF to do. Thoughts?
aaronfrost commented
PR Submitted. Let me know if you want a change.
justinmchase commented
Fixed by #38, thanks.