NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

Fix issue when file doesn't exists with get-lines node #117

Closed jbinard closed 5 years ago

jbinard commented 5 years ago

When the filepath given doesn't exists, it throws an uncaught exception which restarts node-red. This fix handle readStream errors to caught this kind of exception.

Klervix commented 5 years ago

Thank you!