aboutsummaryrefslogtreecommitdiff
path: root/ext/js/dictionary/dictionary-worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/dictionary/dictionary-worker.js')
-rw-r--r--ext/js/dictionary/dictionary-worker.js2
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;
}