mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js: array improvements (#11952)
This commit is contained in:
@@ -52,7 +52,7 @@ pub fn (mut b Builder) writeln(s string) {
|
||||
pub fn (mut b Builder) str() string {
|
||||
s := ''
|
||||
|
||||
#for (const c of b.val.buf.arr)
|
||||
#for (const c of b.val.buf.arr.arr)
|
||||
#s.str += String.fromCharCode(+c)
|
||||
|
||||
return s
|
||||
|
Reference in New Issue
Block a user