Open
Description
If I try to load a CoffeeScript file that doesn't exist:
require(['cs!some/module'], function(m) {
}, function(err) {
console.log(err.toString());
});
then instead of the error callback catching it, it throws the error entirely. Ideally, the same error callback could be triggered.
The error message is:
Uncaught Error: fromText eval for some/module failed: ReferenceError: Not is not defined
Metadata
Metadata
Assignees
Labels
No labels