Closed djstini closed 1 month ago
Can confirm I'm also experiencing this. Rolled back to the previous version for now.
Yep, same error here
same
Same issue.
Same on Windows. Rolling back to 0.0.18 fixed it.
Fails on Windows 10 on & also, and spaces.
It looks like the fix for #128 has introduced this error because removing shell: true
from the spawn
options object resolves this issue.
I will continue investigating.
I have created #139 to fix this issue.
I don't have access to a Windows machine at the moment (I'm away from my office for a week), so if anyone can help test the PR in Windows, that would be helpful. Otherwise I can test when I get back.
@jonathanbossenger I'm on a Windows machine now and can confirm that the issue still exists
ERROR: The file "Sites\amin\app\public\wp-content\plugins\aminz-elementor-addons\includes\widgets\traits\aminz-buttons-group-trait.php" does not exist.
Run "phpcs --help" for usage information
SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid JSON
Hey,
somehow recently i get the following error when trying to format a file in a path containing a Space:
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.
This used to work before.
Cheers, Dennis