cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.

Home Page:https://github.com/cujojs/curl/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modules "undefined" when error occurs

OliverJAsh opened this issue · comments

Imported modules that contain uncaught exceptions return "undefined", and the uncaught exception is not logged to the console. Very confusing.