IndicoIo-node
IndicoIo-node copied to clipboard
Throw error if lwip does not process the image
File: lib/indico.js Line 32
Errors of 'lwip.open(input, options, function (err, image)' are not handled.
Add something like: if (err){ throw new Error(err); }
Makes a lot of sense. Thanks! @sfakir