Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 1, 2024
1 parent 9114e8a commit 5a26bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions .vmr.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"go": "1.22.2",
"nodejs": "20.13.1"
"go": "1.22.3",
"node": "20.13.1"
}
1 change: 1 addition & 0 deletions internal/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func (i *Installer) AddEnvsTemporarilly() {
}
installDir := i.sdkInstaller.GetInstallDir()
envList := i.CollectEnvs(installDir)
// fmt.Printf("%s envsList: %+v\n", i.OriginSDKName, envList)
for key, value := range envList {
if key == "PATH" {
p := utils.JoinPath(value...)
Expand Down

0 comments on commit 5a26bcb

Please sign in to comment.