Skip to content

API request: allow plugin.error() to take an options parameter #522

@nfischer

Description

@nfischer

The current API for plugin.error/common.error is this:

common.error(message, code, _continue);

This API has been good enough for us, but we may want to modify it to take an options parameter for more flexibility:

common.error(message, options);

We would migrate continue and code into the options (code already defaults to 1 and continue defaults to false).

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