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