Open MattWindsor91 opened 4 years ago
The various ACT runners generally spit their errors directly onto stderr, which messes the terminal up if they occur in the dashboard. These errors should instead be getting captured somehow, perhaps in an error struct of some form.
stderr
The various ACT runners generally spit their errors directly onto
stderr
, which messes the terminal up if they occur in the dashboard. These errors should instead be getting captured somehow, perhaps in an error struct of some form.