pull/2764/head
Alexander Medvednikov 2019-11-14 23:33:35 +03:00
parent 2dcb8b3bb0
commit 2545e1c22c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ fn main() {
// so its first argument is the path to the v frontend executable. // so its first argument is the path to the v frontend executable.
args := os.args // args are: vpm vexepath SUBCOMMAND module names args := os.args // args are: vpm vexepath SUBCOMMAND module names
if args.len < 3 { if args.len < 3 {
vpm_help([]string) vpm_help([])
exit(5) exit(5)
} }
vpm_command := args[2] vpm_command := args[2]