You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🍻
The text was updated successfully, but these errors were encountered:
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 withCheers! 🍻
The text was updated successfully, but these errors were encountered: