We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f7c2a commit a826febCopy full SHA for a826feb
1 file changed
vlib/v/builder/builder.v
@@ -245,7 +245,6 @@ pub fn (mut b Builder) parse_imports() {
245
}
246
b.resolve_deps()
247
248
- b.show_parsed_files()
249
if b.pref.print_v_files {
250
b.show_parsed_files()
251
exit(0)
0 commit comments