Skip to content

Commit c1c244c

Browse files
committed
apply changes from master
1 parent 97c25b7 commit c1c244c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vlib/v/pref/pref.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,8 @@ pub fn parse_args_and_show_errors(known_external_commands []string, args []strin
940940
// arguments for e.g. fmt should be checked elsewhere
941941
continue
942942
}
943-
extension := if command == '' { '' } else { ' for command `${command}`' }
944-
eprintln_exit('Unknown argument `${arg}`${extension}')
943+
err_detail := if command == '' { '' } else { ' for command `${command}`' }
944+
eprintln_exit('Unknown argument `${arg}`${err_detail}')
945945
}
946946
}
947947
}

0 commit comments

Comments
 (0)