Improve error messaging in WSConsume #32
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I was using WSConsume ant task and I saw an error like this.
Error: Could not import. (use --verbose to see full traces)
I was confused, since verbose was already enabled for me. Looking at this line , it appears that the this prompt shows up even when verbose is enabled.
I have made a quick change and am only showing this prompt when verbose is disabled.
PS: I am sorry, if this is not the protocol to create and solve issues here. I recon since this is very minor change we can resolve it via a PR only.