summaryrefslogtreecommitdiff
path: root/ext/js/general
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/general')
-rw-r--r--ext/js/general/task-accumulator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/general/task-accumulator.js b/ext/js/general/task-accumulator.js
index 82691b43..3f3d8ff7 100644
--- a/ext/js/general/task-accumulator.js
+++ b/ext/js/general/task-accumulator.js
@@ -69,7 +69,7 @@ class TaskAccumulator {
];
await this._runTasks(allTasks);
} catch (e) {
- yomichan.logError(e);
+ log.error(e);
}
}