Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Nov 7, 2024
1 parent d783bb7 commit e5f9ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/utils/yarn.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func GetYarnDependencies(executablePath, srcPath string, packageInfo *PackageInf
if isV2AndAbove {
dependenciesMap, root, err = buildYarnV2DependencyMap(packageInfo, responseStr)
} else {
responseStr = "{\"type\":\"tree\",\"data\":{\"type\":\"list\",\"trees\":[{\"name\":\"[email protected]\",\"children\":[],\"hint\":null,\"color\":\"bold\",\"depth\":0},{\"name\":\"[email protected]\",\"children\":[{\"name\":\"[email protected]\",\"color\":\"dim\",\"shadow\":true}],\"hint\":null,\"color\":\"bold\",\"depth\":0}]}}"
dependenciesMap, root, err = buildYarnV1DependencyMap(packageInfo, responseStr, allowPartialResults, log)
}
return
Expand Down

0 comments on commit e5f9ac4

Please sign in to comment.