v: fix CI

pull/4343/head
Delyan Angelov 2020-04-11 10:50:59 +03:00
parent 95709811e0
commit c64e447749
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ fn parse_args(args []string) (&pref.Preferences, string) {
res.is_run = true
res.path = args[command_pos+1]
res.run_args = if command_pos+1 < args.len { args[command_pos+2..] } else { []string }
eprintln('res.run_args: ' + res.run_args.join(' '))
}
if command == 'build-module' {
res.build_mode = .build_module