Skip to content

Typo/bug in node-extensions.js (Promise.nodeify) #132

@marcb

Description

@marcb

Shouldn't https://github.com/then/promise/blob/master/src/node-extensions.js#L103 read
return fn.apply(this, args).nodeify(callback, ctx);
rather than the current
return fn.apply(this, arguments).nodeify(callback, ctx); ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions