@@ -30,7 +30,7 @@ class Task {
try {
await task.onTick()
} catch (e) {
- this.logger.error(e)
+ task.logger.error(e)
}
}, this.delayTime)