mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
tools: unset VCOLORS before producing reports with v bug
This commit is contained in:
parent
c900dc1053
commit
6079448f35
@ -105,6 +105,7 @@ fn main() {
|
||||
eprintln('v bug: no v file listed to report')
|
||||
exit(1)
|
||||
}
|
||||
os.unsetenv('VCOLORS')
|
||||
// collect error information
|
||||
// output from `v doctor`
|
||||
vdoctor_output := get_vdoctor_output(is_verbose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user