Skip to content

when.any() fails when callback not provided #33

@briancavalier

Description

@briancavalier

If you call when.any() like this, it will fail in v1.1.0:

when.any(promises).then(callback);

The workaround until a fix is released is to call it like this:

when.any(promises, callback);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions