lksv / node-resemble.js

LOOKING FOR MAINTAINER - Image analysis and comparison
MIT License
99 stars 37 forks source link

No error handler for createReadStream in loadImageData function #17

Open igorpupkinable opened 8 years ago

igorpupkinable commented 8 years ago

If fileData is not a Buffer, then Readable Stream is created. There is no error handler if createReadStream fails.