diff options
Diffstat (limited to 'ext/js/dictionary/dictionary-worker.js')
-rw-r--r-- | ext/js/dictionary/dictionary-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dictionary/dictionary-worker.js b/ext/js/dictionary/dictionary-worker.js index 7a9e1114..bd6d5345 100644 --- a/ext/js/dictionary/dictionary-worker.js +++ b/ext/js/dictionary/dictionary-worker.js @@ -126,7 +126,7 @@ export class DictionaryWorker { { const {worker} = details; if (worker === null) { return; } - this._onMessageGetImageDetails(params, worker); + void this._onMessageGetImageDetails(params, worker); } break; } |