mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix [if xyz ?]
usages
This commit is contained in:
@ -96,7 +96,7 @@ mut:
|
||||
cmd_after_run string // a command to run after each re-run
|
||||
}
|
||||
|
||||
[if debug_vwatch]
|
||||
[if debug_vwatch ?]
|
||||
fn (mut context Context) elog(msg string) {
|
||||
eprintln('> vwatch $context.pid, $msg')
|
||||
}
|
||||
|
Reference in New Issue
Block a user