fix(lexer): Prevent deadlock with unclosed tag
This commit is contained in:
committed by
Kyle Fuller
parent
65a461d0a1
commit
584ed916ab
@@ -90,6 +90,7 @@ class Scanner {
|
||||
index = content.index(after: index)
|
||||
}
|
||||
|
||||
content = ""
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user