提交 d92e0b82 编写于 作者: C Corey Butler

Updated settings file to use NVM_HOME env var.

上级 20cf5aee
......@@ -32,7 +32,7 @@ type Environment struct {
}
var env = &Environment{
settings: os.Getenv("APPDATA")+"\\nvm\\settings.txt",
settings: os.Getenv("NVM_HOME")+"\\settings.txt",
root: "",
symlink: os.Getenv("NVM_SYMLINK"),
arch: os.Getenv("PROCESSOR_ARCHITECTURE"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册