-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
refactor: use debug message for post-analyze errors #4037
refactor: use debug message for post-analyze errors #4037
Conversation
After retaking a look at this PR, another concern came to my mind. What if there are 100 valid JAR files and one broken JAR file? Do we not show 100 valid JAR files now? |
@knqyf263 hm... you are right. I will try to fix this. |
@knqyf263 |
Any progress or ETA for this one? Thanks |
Any progress on this? |
Will be included in v0.41.0 |
Description
Use debug message for post-analyze errors as for AnalyzeFile.
Related issues
Checklist