mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: cleanup StringInterLiteral.get_fspec_braces/1
This commit is contained in:
@ -190,7 +190,7 @@ fn (mut context Context) kill_pgroup() {
|
||||
}
|
||||
|
||||
fn (mut context Context) compilation_runner_loop() {
|
||||
cmd := '"${context.vexe}" ${context.opts.join(' ')}'
|
||||
cmd := '"$context.vexe" ${context.opts.join(' ')}'
|
||||
_ := <-context.rerun_channel
|
||||
for {
|
||||
context.elog('>> loop: v_cycles: $context.v_cycles')
|
||||
|
Reference in New Issue
Block a user