Skip to content

Callback can be called twice #17

@eight04

Description

@eight04

delete-empty/index.js

Lines 60 to 61 in 6ae3454

.then(res => cb(null, res))
.catch(cb);

If cb() throws an error, it will be called again within the error object.

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