JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

Improve Proxy Error Handling #118

Closed JamesMc86 closed 1 year ago

JamesMc86 commented 2 years ago

Very dependent on panics in the proxy for critical errors.

This should be improved by using results to the main function where we can better describe critical errors.