diff options
Diffstat (limited to 'ext/js/display/query-parser.js')
-rw-r--r-- | ext/js/display/query-parser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/query-parser.js b/ext/js/display/query-parser.js index 29401657..d6a3b4da 100644 --- a/ext/js/display/query-parser.js +++ b/ext/js/display/query-parser.js @@ -89,7 +89,7 @@ class QueryParser extends EventDispatcher { _onSearched(e) { const {error} = e; if (error !== null) { - yomichan.logError(error); + log.error(error); return; } if (e.type === null) { return; } |