-
Notifications
You must be signed in to change notification settings - Fork 144
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
Syntax error in source, causes fatal error #63
Comments
Current implementation of old fix to Lines 78 to 80 in 4c2abd0
Same idea in Lines 44 to 46 in 4c2abd0
Missing from Think Fixes are missing from |
+1 for fix |
+1 |
Not sure it needs a PR, linking master branch without commit hash, looks like it has everything: This one missing, could probably do with a check here too: https://github.com/karma-runner/karma-junit-reporter/blob/master/index.js#L31 Where tag https://github.com/karma-runner/karma-junit-reporter/blob/v0.3.4/index.js Seems e4f7ebd#diff-168726dbe96b3ce427e7fedce31bb0bc Can't find when the |
+1 Any luck with a fix for this? |
Mostly a workflow issue when running under gulp. When running "progress" only, any syntax errors are spat out in console and
watch
gulp task continues to run. However when "junit" is added to the reporters the same situation will fail onatt of undefined
andwatch
will be exited.Would checking for
suite
before attempting to use it be an acceptable fix? Go ahead and PR?Same lack of validation as #16 and karma-runner/karma-coverage#70, the existing fix #17 seems to have been lost at some stage.
The text was updated successfully, but these errors were encountered: