mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: exit(1) after vfmt-ing a file with a syntax error
This commit is contained in:
@ -155,6 +155,7 @@ fn main() {
|
|||||||
if foptions.is_c {
|
if foptions.is_c {
|
||||||
exit(2)
|
exit(2)
|
||||||
}
|
}
|
||||||
|
exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user