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

@ -21,7 +21,7 @@ fn main() {
if !result.output.contains('Permission denied') {
err = '\n$result.output'
}
eprintln('cannot compile to $vroot: $err')
eprintln('cannot compile to `$vroot`: $err')
exit(1)
}
if result.output.len > 0 {