mirror of
https://github.com/vlang/v.git
synced 2025-09-15 18:36:37 -04:00
fix vget
This commit is contained in:
parent
cb1c177d49
commit
a0b583d8c8
@ -38,7 +38,6 @@ fn main() {
|
|||||||
}
|
}
|
||||||
_ := os.exec('git -C "$home/.vmodules" clone --depth=1 $mod.url ' + mod.name.replace('.', '/')) or {
|
_ := os.exec('git -C "$home/.vmodules" clone --depth=1 $mod.url ' + mod.name.replace('.', '/')) or {
|
||||||
panic(err)
|
panic(err)
|
||||||
return // TODO remove return
|
|
||||||
}
|
}
|
||||||
println(s)
|
println(s)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user