markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
193 stars 53 forks source link

'error' event should be properly handled on all streams #13

Open lazdmx opened 7 years ago

lazdmx commented 7 years ago

Currently lib just listen for data and end events when interacting with child process and in case of error (like #7 or bad input) it becomes unhandled for entire app