Closed
Description
When an error is throw during a custom transform the error is swallowed and never printed, making it unclear why the stream failed to finish. For example, if a less file fails to compile, the stream will just stop suddenly and no error message is show. Instead I expect a helpful message to be printed to the console that helps me debug errors in my custom transforms.