-
Notifications
You must be signed in to change notification settings - Fork 27
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
Errors are swallowed during recompilation #14
Comments
I will check why it's missed 🙂 thanks |
Closed
Hi @falood, any updates for �this issue? |
axelson
added a commit
to axelson/exsync
that referenced
this issue
May 15, 2020
Also refactor logging to support debug and warn Fixes falood#14
axelson
added a commit
to axelson/exsync
that referenced
this issue
May 23, 2020
Also refactor logging to support debug and warn Fixes falood#14
@CrowdHailer this is improved with #33. Please try it out on the master branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a routing DSL that deliberately throws errors during the compilation step if controllers are not defined correctly. The error messages are very useful and are shown if manually calling recompile.
e.g.
When using ExSync. There is simply no output if recompilation fails. Is there a configuration that allows me to show the same errors as I would get for calling recompile.
The text was updated successfully, but these errors were encountered: