1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: fix typo

This commit is contained in:
Alexander Medvednikov 2020-06-06 21:36:55 +02:00
parent 4d5ac1e16d
commit d62d0c40d2

View File

@ -122,7 +122,7 @@ fn (mut p Parser) vweb() ast.ComptimeCall {
// if p.pref.is_debug {
println('>>> compiling vweb HTML template "$path"')
v_code := tmpl.compile_file(path)
if p.pref.verbose {
if p.pref.is_verbose {
println('\n\n')
println('>>> vweb template for ${path}:')
println(v_code)