mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Disable vfmt for now.
This commit is contained in:
@ -42,6 +42,10 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
if os.getenv('VFMT_ENABLE') == '' {
|
||||||
|
eprintln('v fmt is disabled for now')
|
||||||
|
exit(1)
|
||||||
|
}
|
||||||
toolexe := os.executable()
|
toolexe := os.executable()
|
||||||
util.set_vroot_folder(os.dir(os.dir(os.dir(toolexe))))
|
util.set_vroot_folder(os.dir(os.dir(os.dir(toolexe))))
|
||||||
args := join_flags_and_argument()
|
args := join_flags_and_argument()
|
||||||
|
Reference in New Issue
Block a user