conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Error handling

Open bojanz opened this issue 9 years ago • 1 comments

We need a way to recognize whether a Composer process completed successfully or not. Users ignoring the Composer output is a real problem. If we can detect an error, we can probably also extract the error message, and show it.

bojanz avatar Oct 22 '16 14:10 bojanz

There is ex, stdout, and stderr, right now all if piped out. This needs to be groomed a lot. Like moving it out of a textarea so we can do HTML highlighting.

mglaman avatar Oct 22 '16 21:10 mglaman