-
Notifications
You must be signed in to change notification settings - Fork 1
Browser errors not displayed in console fully. #19
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
Comments
I think I've fixed the issue raised in dgarlitt/karma-nyan-reporter#26 so you probably found a different error. I suspect the appropriate output in this scenario in the karma-helpful-reporter would be something like:
Perhaps the error is buried somewhere in the ERROR ? Just to confirm -- you see errors reported in your terminal and corresponding errors in your browser, but this one shows up only in the browser and not in the terminal? |
Well. It shows in the console but is missing information, such as the actual error and the line where the error is originated. So the first line in the console:
Corresponds to the first error in the browser but as you can see key information is missing. |
Perhaps if I had the code with which to replicate the error I could try getting a proper output. I'm sorry I wish I could figure it out just by looking at this. Certainly pull requests are welcome. It may be helpful to see if the https://github.com/dgarlitt/karma-nyan-reporter suffers from the same problem - unsure. |
The code was along this lines: In component:
template
In unit tests:
I'm using your branch of nyan reporter (github:whyboris/karma-nyan-reporter#nyannyan) and it has the issue. The error was caused because we had a spy on the go method that didn't return a promise. Hope it helps! |
Hi, did you manage to find out anything about this? |
Sorry have been busy with my other project: http://videohubapp.com/ |
That's okay. If you can point me in the right direction I could have a look and raise a PR if you want? |
I'm happy to incorporate a PR if you discover a solution.
Please let me know if I can help more. |
It would appear that some errors are not being displayed fully in the console.
For example:
Ends up being:
Any ideas of what could be causing this? Could it be related to dgarlitt/karma-nyan-reporter#26 ?
The text was updated successfully, but these errors were encountered: