Skip to content

Commit

Permalink
doctor: tweak os.args output for consistency also
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 13, 2024
1 parent a28d79a commit 9561d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/doctor.v
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ See https://stackoverflow.com/a/61176718/1904615 for more help.\n'
Version ${exe_version} ${exe_git_hash}
Path "${exe_dir}"
Base files "${default_base_files_path}"
os.args "${os.args}"\n')
os.args ${os.args}\n')

println('Extra\n\tCommands')
$if vab_allow_extra_commands ? {
Expand Down

0 comments on commit 9561d5d

Please sign in to comment.