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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user