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
If I'm running guard-jasmine without actually using guard (just to get the headless testing), and my web server fails to boot, there's no way to get the output of it without editing the gem to remove the conditional around Guard.options[:verbose]. This is horribly shitty because you can't debug errors at all, guard-jasmine just fucking swallows all the errors, not even dropping them in a log file.
The text was updated successfully, but these errors were encountered:
Instead of editing the gem, better send a pull request next time. Version 1.14.0 released with the --verbose cli option for the plain guard-jasmine runner.
If I'm running guard-jasmine without actually using guard (just to get the headless testing), and my web server fails to boot, there's no way to get the output of it without editing the gem to remove the conditional around
Guard.options[:verbose]
. This is horribly shitty because you can't debug errors at all, guard-jasmine just fucking swallows all the errors, not even dropping them in a log file.The text was updated successfully, but these errors were encountered: