-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[karma-server]: UncaughtException #3342
Comments
Try If that fails const reportError = (error) => {
process.emit('infrastructure_error', error)
disconnectBrowsers(1)
this.log.error(error); // Add this line in lib/server.js
} |
this log should really be in production ;) |
Hi @johnjbarton, I'm also getting an "UncaughtException" error with no additional information. logLevel debug did not provide more information. I had to add the log call in |
Sure, send a Pull Request. |
🎉 This issue has been resolved in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Actual behaviour
[compiler.karma-typescript]: Compiled 40 files in 2160 ms.
[preprocessor.coverage]: Processing *****
[preprocessor.coverage]: Processing *****
[karma-server]: UncaughtException
[launcher]: Disconnecting all browsers
Environment Details
Karma version 4.2.0
macOS 10.14.4
Steps to reproduce the behaviour
How can I get more details on this exception ?
Thanks
The text was updated successfully, but these errors were encountered: