Skip to content

TypeError: cb is not a function #240

@miquik

Description

@miquik

Hello everybody,
in lib/pool.js around line 456, in case of catch you call cb(e, null) but you should check if "cb" is not null: if (cb) { cb(e, null) } isn't it?

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