1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

message: use uniform message reference format

This commit is contained in:
yuyi
2020-05-06 14:10:40 +08:00
committed by GitHub
parent c653977c15
commit b627bb933c
5 changed files with 8 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ pub fn launch_tool(is_verbose bool, tool_name string) {
if !tool_compilation.output.contains('Permission denied') {
err = '\n$tool_compilation.output'
}
eprintln('cannot compile $tool_source: $err')
eprintln('cannot compile `$tool_source`: $err')
exit(1)
}
}