Closed maxerbox closed 2 years ago
It seems that the HEAD argument of the git diff command is a little bit too much escaped. I get :
command failed: git diff --diff-algorithm=histogram --diff-filter=ACM -M100% --relative --unified=0 "HEAD" -- "useFormsListCards.ts" fatal: bad revision '"HEAD"'
Consider removing the double quotes
Version I'm currently using : 1.0.13 I also tested with 1.0.14. It is critical in this version
I've the same issue with the function sanitizeFilePath.
Thanks! looking into it
@maxerbox Could you see if version 1.0.15-0 fixes your issue?
1.0.15-0
Yes, it is fixed !
It seems that the HEAD argument of the git diff command is a little bit too much escaped. I get :
Consider removing the double quotes
Version I'm currently using : 1.0.13 I also tested with 1.0.14. It is critical in this version
I've the same issue with the function sanitizeFilePath.