Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed May 13, 2024
1 parent 322d2f4 commit 5a8ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/pref/pref.v
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ pub fn parse_args_and_show_errors(known_external_commands []string, args []strin
i++
}
'-cov', '-coverage' {
res.coverage_file = cmdline.option(current_args, arg, '-')
res.coverage_file = cmdline.option(args[i..], arg, '-')
res.is_coverage = true
res.build_options << '${arg} ${res.coverage_file}'
i++
Expand Down

0 comments on commit 5a8ecb8

Please sign in to comment.