mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
print "running [exe name]" only in verbose mode
This commit is contained in:
parent
720648703b
commit
b0913dc5a8
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ void reload_so() {
|
|||
}
|
||||
v.cc()
|
||||
if v.pref.is_test || v.pref.is_run {
|
||||
if true || v.pref.is_verbose {
|
||||
if v.pref.is_verbose {
|
||||
println('============ running $v.out_name ============')
|
||||
}
|
||||
mut cmd := if v.out_name.starts_with('/') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue