fix curly strings
This commit is contained in:
parent
0e92525b54
commit
1682a7ccb7
|
|
@ -290,6 +290,7 @@ export class Scanner {
|
|||
}
|
||||
|
||||
readCurlyString() {
|
||||
this.start = this.pos - 1
|
||||
let depth = 1
|
||||
this.next()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user