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