Skip to content

Throw error if lwip does not process the image #64

@sfakir

Description

@sfakir

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions