mirror of
https://github.com/vlang/v.git
synced 2025-09-24 04:48:28 -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.')
|
println('Nothing to install.')
|
||||||
exit(0)
|
exit(0)
|
||||||
}
|
}
|
||||||
manifest.dependencies.clone()
|
manifest.dependencies
|
||||||
} else {
|
} else {
|
||||||
vpm_error('specify at least one module for installation.',
|
vpm_error('specify at least one module for installation.',
|
||||||
details: 'example: `v install publisher.package` or `v install https://github.com/owner/repository`'
|
details: 'example: `v install publisher.package` or `v install https://github.com/owner/repository`'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user