-
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
Breaks source map if error message contain url without line number and column #1274
Breaks source map if error message contain url without line number and column #1274
Comments
@maksimr are you actually working on this? I added it to the 1.0 milestone as it feels like this is something that needs fixing. |
@dignifiedquire |
Okay cool |
I have managed to get this error to happen when I had a unit test still being ran meant to test a service that no longer existed. I managed to see an angular 'Unknown provider' error when I ran the tests in debug (in webstorm). |
@maksimr any updates on this? |
This patch fixes at least the jasmine case for me (didn't test the others).
|
There is no way to resolve them in this case anyway. Fixes karma-runner#1274.
Thanks for the pointer, @codeHotter. I implemented that in the PR above. |
We have two cases when it possible
In those three cases reporter.js breaks with error:
The text was updated successfully, but these errors were encountered: