You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a duplicate detector fails to parse file, it informs the user in which line the error occurred but doesn't provide information about which file it was in.
ERROR running hardis:project:metadata:findduplicates: Non-whitespace before first tag.
Line: 0
Column: 1
Char: a
[sfdx-hardis] hardis:project:metadata:findduplicates execution time 0:00:01.823
I think it would be helpful to inform the user about the file path that caused the error
Error reproduction steps
In some XML file, in our case profile definition file, add text by mistake that would make file unparsable, like this:
When a duplicate detector fails to parse file, it informs the user in which line the error occurred but doesn't provide information about which file it was in.
I think it would be helpful to inform the user about the file path that caused the error
Error reproduction steps
In some XML file, in our case profile definition file, add text by mistake that would make file unparsable, like this:
After that, run duplicate detector
The text was updated successfully, but these errors were encountered: