Skip to content

Unknown commands block program indefinitely #65

@paulsonnentag

Description

@paulsonnentag

Currently if you pass an unknown command to paper.get it blocks the program indefinitely.

const number = await paper.get("paperNumber") // typo, "number" would be correct

Instead I would propose to throw an error in this situation like:

Unrecognized command paper.get("paperNumber", ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions