pull/1563/head^2
Alexander Medvednikov 2019-08-10 12:05:18 +02:00
parent cb1c177d49
commit a0b583d8c8
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ fn main() {
}
_ := os.exec('git -C "$home/.vmodules" clone --depth=1 $mod.url ' + mod.name.replace('.', '/')) or {
panic(err)
return // TODO remove return
}
println(s)
}