I get the following error when trying to format a file in a path containing a Space:
SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid JSON
["ERROR" - 10:25:58] ERROR: The file "Sites/xxx/app/public/... does not exist.
The file i am trying to format is in "/Local Sites/xxx/app/public/..." so i am rather sure that it is a problem passing the space to the formatter.
The previous version works fine.
The path and the arguments passed to the command needs to be escaped.
Related issue: #136
I get the following error when trying to format a file in a path containing a Space:
The previous version works fine. The path and the arguments passed to the command needs to be escaped.