fix mecab variable
This commit is contained in:
parent
bc66f254ea
commit
b0c924d4bd
@ -52,7 +52,7 @@ class Mecab {
|
||||
timer: setTimeout(() => {
|
||||
delete this.listeners[sequence];
|
||||
reject(`Mecab invoke timed out in ${Mecab.timeout} ms`);
|
||||
}, 1000)
|
||||
}, Mecab.timeout)
|
||||
}
|
||||
|
||||
this.port.postMessage({action, params, sequence});
|
||||
|
Loading…
Reference in New Issue
Block a user