mirror of
https://github.com/vlang/v.git
synced 2025-09-22 11:57:33 -04:00
tools.vpm: remove obsolete array clone (#20016)
This commit is contained in:
parent
b5ba12256d
commit
920be09c7e
@ -25,7 +25,7 @@ fn vpm_install(query []string) {
|
||||
println('Nothing to install.')
|
||||
exit(0)
|
||||
}
|
||||
manifest.dependencies.clone()
|
||||
manifest.dependencies
|
||||
} else {
|
||||
vpm_error('specify at least one module for installation.',
|
||||
details: 'example: `v install publisher.package` or `v install https://github.com/owner/repository`'
|
||||
|
Loading…
x
Reference in New Issue
Block a user