tools: unset VCOLORS before producing reports with `v bug`

pull/12840/head
Delyan Angelov 2021-12-14 17:35:03 +02:00
parent c900dc1053
commit 6079448f35
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -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)