-
Notifications
You must be signed in to change notification settings - Fork 63
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 Chrome: logging not visible on Linux #158
Comments
Thanks for the report! Can you try adding |
Hey there! From what I see this would require a fair bit of experimentation: (https://github.com/karma-runner/karma-chrome-launcher#configuration ) |
(I unintentionally hit Comment too early. Continuing here) I can give it a shot, but I'd need to know how to have locally hackable copy of Doo attached to a real project. How do I do that? Lein "checkout deps"? Thanks - Victor |
Yeah, checkout dependencies is a good option. Or you can just run |
This seems resolved now |
Hi!
Same exact configuration and install procedure on OSX and Linux gives me different results: on Mac console.log is visible, but not on Linux, which makes things harder to debug.
Hopefully it's an easy one, apparently there's a
'--enable-logging',
flag one can pass.The text was updated successfully, but these errors were encountered: