diff options
| -rw-r--r-- | ext/bg/js/mecab.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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() { |