Skip to content

Exceptions are not thrown #46

@foxx

Description

@foxx

Exceptions don't appear to be re-thrown inside map() calls;

        return Lazy.range(400).map(function(i) {
          throw new Error("Test");
        })

It doesn't make any difference if I use join either;

        var v = Lazy.range(400).map(function(i) {
          throw new Error("LOL");
        }).join(function(xs) {
          console.log(xs);
        });

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