Skip to content
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

Better logging of bundling errors #4

Closed
brianmhunt opened this issue Jan 6, 2016 · 1 comment
Closed

Better logging of bundling errors #4

brianmhunt opened this issue Jan 6, 2016 · 1 comment

Comments

@brianmhunt
Copy link
Contributor

brianmhunt commented Jan 6, 2016

I noticed that bundling errors seem to fall silent.
The simplest workaround is to add log.error('Bundle error:', error);.

I don't know Karma's internal workings well enough to speculate why done(error, null) does not report the error, but I noted the coffee plugin similarly logs a message with

log.error('%s\n  at %s:%d', e.message, file.originalPath, e.location.first_line);

Cheers! 🍻

@klaascuvelier
Copy link
Collaborator

Implemented by #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants