diff --git a/bin/node.exe b/bin/node.exe index dc1bcafd..67613e47 100644 Binary files a/bin/node.exe and b/bin/node.exe differ diff --git a/src/shim.go b/src/shim.go index 7b5faf73..6af7eeb1 100644 --- a/src/shim.go +++ b/src/shim.go @@ -45,7 +45,7 @@ func main() { } else if v, err := ioutil.ReadFile(os.Getenv("NODIST_PREFIX")+"\\.node-version"); err == nil { spec = string(v) - fmt.Println("Global file found:'", spec, "'") + //fmt.Println("Global file found:'", spec, "'") } spec = strings.Trim(spec, "v \r\n")