## 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); }
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);
}