-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support logging of file names #4
Comments
Is that what #5 helps solve? I admit, this has been annoying for me too :) |
#5 simply logs the name of file (along with the destination file to which it would be compiled) prior to each file compilation. So you get to know while processing which file the compilation failed. Its crude but IMHO practical. |
Agreed! I'll merge it down when I get home... |
This would be great to get in -- thanks Eric for the project too! |
Log targets : A minimal remediation for Issue #4
Tagged |
When a file fails to compile, only line number and nature of error is reported and no information is provided as to which file failed to compile.
The text was updated successfully, but these errors were encountered: