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.
If the code of your project is in multiple files
1 parent 0c3a801 commit 217422dCopy full SHA for 217422d
1 file changed
vlib/v/builder/builder.v
@@ -489,7 +489,7 @@ pub fn (b &Builder) show_total_warns_and_errors_stats() {
489
// the intended command may have been `v .` instead, so just suggest that:
490
old_cmd := util.bold('v ${b.pref.path}')
491
new_cmd := util.bold('v ${os.dir(b.pref.path)}')
492
- eprintln(util.color('notice', 'If the code of your project is in multiple files, try with `${new_cmd}` instead of `${old_cmd}`'))
+ eprintln(util.color('notice', 'If the code of your project is in a folder with multiple .v files, try `${new_cmd}` instead of `${old_cmd}`'))
493
}
494
495
0 commit comments