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
Thank you for your issue. I have been checking it, and the problem is the "\" in the PATH, because when it is sent from the client to the server the "\w" is updated to "\w", giving that error.
I will try to fix it in a few days.
I also noticed also that spaces in paths are also tricky to pass. It seems that during the socket communication those also get split into different arguments, independent of quotes.
(Anyway, both things are easy to work around so far.)
The following script doesn't work on my computer
The error message is
Whereas this is fine
It seems that DaemonMode tries to process the ARGS and has problems with the windows path delimiters ''?
The text was updated successfully, but these errors were encountered: