parser: fix typo
parent
4d5ac1e16d
commit
d62d0c40d2
|
@ -122,7 +122,7 @@ fn (mut p Parser) vweb() ast.ComptimeCall {
|
||||||
// if p.pref.is_debug {
|
// if p.pref.is_debug {
|
||||||
println('>>> compiling vweb HTML template "$path"')
|
println('>>> compiling vweb HTML template "$path"')
|
||||||
v_code := tmpl.compile_file(path)
|
v_code := tmpl.compile_file(path)
|
||||||
if p.pref.verbose {
|
if p.pref.is_verbose {
|
||||||
println('\n\n')
|
println('\n\n')
|
||||||
println('>>> vweb template for ${path}:')
|
println('>>> vweb template for ${path}:')
|
||||||
println(v_code)
|
println(v_code)
|
||||||
|
|
Loading…
Reference in New Issue