Skip to content

Commit 9561d5d

Browse files
committedOct 13, 2024·
doctor: tweak os.args output for consistency also
1 parent a28d79a commit 9561d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎cli/doctor.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ See https://stackoverflow.com/a/61176718/1904615 for more help.\n'
7777
Version ${exe_version} ${exe_git_hash}
7878
Path "${exe_dir}"
7979
Base files "${default_base_files_path}"
80-
os.args "${os.args}"\n')
80+
os.args ${os.args}\n')
8181

8282
println('Extra\n\tCommands')
8383
$if vab_allow_extra_commands ? {

0 commit comments

Comments
 (0)