-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
better logging for js config errors #935
Conversation
Before this change javascript config files that had compilation errors or that threw their own errors wouldn't report the error, making debugging a mite more difficult than it should be: instead you'd get a useless "TypeError: Cannot read property 'errors' of undefined" message. Now if the javascript config file tosses its cookies for whatever reason we can read what that reason was.
Codecov Report
@@ Coverage Diff @@
## master #935 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 609 611 +2
Branches 143 144 +1
=========================================
+ Hits 609 611 +2
Continue to review full report at Codecov.
|
🎉 This PR is included in version 10.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added tests for the original PR #915