mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +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
|
@ -20,7 +20,7 @@ fn main() {
|
|||
}
|
||||
vexe_name := os.file_name(vexe)
|
||||
short_v_name := vexe_name.all_before('.')
|
||||
//
|
||||
|
||||
recompilation.must_be_enabled(vroot, 'Please install V from source, to use `${vexe_name} self` .')
|
||||
os.chdir(vroot)!
|
||||
os.setenv('VCOLORS', 'always', true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue