change mecab path
https://github.com/siikamiika/yomichan-mecab-installer
This commit is contained in:
parent
515345ba0a
commit
1bf48d24ef
@ -29,7 +29,7 @@ class Mecab {
|
||||
}
|
||||
|
||||
startListener() {
|
||||
this.port = chrome.runtime.connectNative('mecab');
|
||||
this.port = chrome.runtime.connectNative('yomichan_mecab');
|
||||
this.port.onMessage.addListener((message) => {
|
||||
const {sequence, data} = message;
|
||||
const {callback, timer} = this.listeners[sequence] || {};
|
||||
|
Loading…
Reference in New Issue
Block a user