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