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

Silent failures when dependencies fail to load #48

Closed
csnover opened this issue Jun 12, 2013 · 2 comments
Closed

Silent failures when dependencies fail to load #48

csnover opened this issue Jun 12, 2013 · 2 comments
Assignees
Labels
bug Something that's not working as intended
Milestone

Comments

@csnover
Copy link
Member

csnover commented Jun 12, 2013

Error handling assumes that a reporter has loaded and so when an unhandled error occurs it just publishes an error topic and quits. However, all dependencies including reporters are loaded in one shot within client.js so if there is an error in a factory function or a missing dependency, Intern will silently quit with no indication of the error after saying Defaulting to "console" reporter.

@ghost ghost assigned csnover Jun 12, 2013
@csnover csnover closed this as completed Jun 12, 2013
@bitpshr
Copy link
Contributor

bitpshr commented Jun 12, 2013

Nice! 👍

@csnover
Copy link
Member Author

csnover commented Jun 12, 2013

Fixed in 70c9308

jason0x43 added a commit to jason0x43/intern that referenced this issue Jul 7, 2020
When SeleniumTunnel is used but Java isn't available, emit a meaningful warning.

fixes theintern#48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants