diff --git a/cmd/tools/vbug.v b/cmd/tools/vbug.v index 294e170268..9f9fedcca4 100644 --- a/cmd/tools/vbug.v +++ b/cmd/tools/vbug.v @@ -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)