Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop squashing module loading errors
We've apparently been logging, rather than propagating, these errors for 8 years...and that seems very wrong. In particular, if there are test module load errors, they just get logged to the console, but cannot be detected by the test loader and turned into test failures. I think also this causes module load errors to be harder to detect/understand when running apps. So, stop doing that, and propagate these errors!
- Loading branch information