mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Fixes #41 - Issue with blank spaces in path
exec.Command() can't handle spaces, even when quoted. Command has to be modified using SysProcAttr. See also: https://github.com/golang/go/issues/15566 Plus: Minor refactoring - reordering of functions, more consistent capitalization, sorting of imports and whatnot.
This commit is contained in:
1433
src/nvm.go
1433
src/nvm.go
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user