We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748c7bf commit 435a1a5Copy full SHA for 435a1a5
commands/lib/install.go
@@ -31,7 +31,6 @@ import (
31
)
32
33
// LibraryInstall resolves the library dependencies, then downloads and installs the libraries into the install location.
34
-// queryParameter is passed for analysis purposes and forwarded to the called functions. It is set to "depends" when a dependency is installed
35
func LibraryInstall(ctx context.Context, req *rpc.LibraryInstallRequest, downloadCB rpc.DownloadProgressCB, taskCB rpc.TaskProgressCB) error {
36
lm := commands.GetLibraryManager(req)
37
if lm == nil {
0 commit comments