Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Throw error if lwip does not process the image #64

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions