Skip to content

Commit

Permalink
run v fmt -w install.vsh
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 15, 2024
1 parent 359cc2c commit c5bb165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ fn build_from_sources() ! {
return
}

os.cp_all('${analyzer_sources_dir_path}/bin/v-analyzer' + $if windows { '.exe' } $else { '' }, analyzer_bin_dir_path, true) or {
os.cp_all('${analyzer_sources_dir_path}/bin/v-analyzer' + $if windows { '.exe' } $else { '' },
analyzer_bin_dir_path, true) or {
println('Failed to copy ${term.bold('v-analyzer')} binary to ${analyzer_bin_dir_path}: ${err}')
return
}
Expand Down

0 comments on commit c5bb165

Please sign in to comment.