Skip to content

Commit 217422d

Browse files
committed
v.builder: improve notice for If the code of your project is in multiple files
1 parent 0c3a801 commit 217422d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/v/builder/builder.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ pub fn (b &Builder) show_total_warns_and_errors_stats() {
489489
// the intended command may have been `v .` instead, so just suggest that:
490490
old_cmd := util.bold('v ${b.pref.path}')
491491
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}`'))
492+
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}`'))
493493
}
494494
}
495495
}

0 commit comments

Comments
 (0)