Using canonicalize
d path to launch cmd
from hook results in incorrect working directory
#889
Labels
bug
Something isn't working
On Windows, if a hook's command is
cmd
it results in the error'\\?\C:\Users\me\Documents\my_app' CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory.
This is being caused by hooks setting the current directory which are canonicalized.
The text was updated successfully, but these errors were encountered: