binding_web: Call correct function to reset parser
This commit is contained in:
parent
fe5a29a1c6
commit
04c2aa973b
2 changed files with 2 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class Parser {
|
|||
}
|
||||
|
||||
reset() {
|
||||
C._ts_parser_parse_wasm(this[0]);
|
||||
C._ts_parser_reset(this[0]);
|
||||
}
|
||||
|
||||
setTimeoutMicros(timeout) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue