Skip to content

Error shallowed by s.js #1924

Closed
Closed
@dmail

Description

When a module throw an error it is ignored.
You can reproduce in the following fiddle: https://jsfiddle.net/xkdwshay/

It seems dist/s.js is missing something that is present in dist/system.js.

See

systemjs/dist/system.js

Lines 439 to 442 in 7363bcc

}, function (err) {
loader.onload(load.id, err);
throw err;
});

}, function () {});

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions