mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
minor V.js fixes
This commit is contained in:
@ -2688,7 +2688,7 @@ fn (p mut Parser) string_expr() {
|
||||
p.gen("'$str'")
|
||||
}
|
||||
else if p.is_js {
|
||||
p.gen('"$f"')
|
||||
p.gen('tos("$f")')
|
||||
}
|
||||
else {
|
||||
p.gen('tos3("$f")')
|
||||
|
Reference in New Issue
Block a user