Add missing semicolon
This commit is contained in:
parent
df9e697fca
commit
63a775ebca
@ -81,7 +81,7 @@ class Mecab {
|
|||||||
delete this.listeners[sequence];
|
delete this.listeners[sequence];
|
||||||
reject(new Error(`Mecab invoke timed out in ${Mecab.timeout} ms`));
|
reject(new Error(`Mecab invoke timed out in ${Mecab.timeout} ms`));
|
||||||
}, Mecab.timeout)
|
}, Mecab.timeout)
|
||||||
}
|
};
|
||||||
|
|
||||||
this.port.postMessage({action, params, sequence});
|
this.port.postMessage({action, params, sequence});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user