Skip to content

Commit 9e9a084

Browse files
authored
tools.vpm: add output, when scanning modules in an install query (#19934)
1 parent 7e280a4 commit 9e9a084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/tools/vpm/common.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ fn parse_query(query []string) ([]Module, []Module) {
5252
mut errors := 0
5353
for m in query {
5454
ident, version := m.rsplit_once('@') or { m, '' }
55+
println('Scanning `${ident}`...')
5556
is_http := if ident.starts_with('http://') {
5657
vpm_warn('installing `${ident}` via http.',
5758
details: 'Support for `http` is deprecated, use `https` to ensure future compatibility.'

0 commit comments

Comments
 (0)