Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loader swallows informative error messages when loading modules #42

Closed
kitsonk opened this issue Feb 17, 2016 · 1 comment
Closed

Loader swallows informative error messages when loading modules #42

kitsonk opened this issue Feb 17, 2016 · 1 comment
Assignees
Milestone

Comments

@kitsonk
Copy link
Member

kitsonk commented Feb 17, 2016

When a module cannot be loaded, in particular, CommonJS ones, for example the following stack trace is wholly uninformative:

windows_10

and to find out what was really going on, I had to load the module using the NodeJS require directly to get a meaningful stack trace.

We should find a way to provide meaningful debugging and allow the real errors to be emitted.

@kitsonk
Copy link
Member Author

kitsonk commented Feb 18, 2016

Related to #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants