diff --git a/ext/bg/js/mecab.js b/ext/bg/js/mecab.js index a26b7f39..4983f656 100644 --- a/ext/bg/js/mecab.js +++ b/ext/bg/js/mecab.js @@ -25,7 +25,7 @@ class Mecab { } onError(error) { - logError(error, true); + logError(error, false); } async checkVersion() {