mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
all: change empty comment to newline (#22053)
This commit is contained in:
parent
38e23a76f3
commit
cb58db56ef
20 changed files with 31 additions and 33 deletions
|
@ -32,7 +32,7 @@ fn get_v_build_output(is_verbose bool, is_yes bool, file_path string) string {
|
|||
} else {
|
||||
eprintln('unable to compile V in debug mode: ${vdbg_result.output}\ncommand: ${vdbg_compilation_cmd}\n')
|
||||
}
|
||||
//
|
||||
|
||||
mut result := os.execute('${os.quoted_path(vexe)} ${verbose_flag} ${os.quoted_path(file_path)}')
|
||||
defer {
|
||||
os.rm(vdbg_path) or {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue