diff --git a/src/core/task/index.ts b/src/core/task/index.ts index e7bd69eefb..2df6b91bc1 100644 --- a/src/core/task/index.ts +++ b/src/core/task/index.ts @@ -259,7 +259,7 @@ export class Task { `[Task ${this.taskId}] API Auto-Retry Status Update: Attempt ${attempt}/${maxRetries}, Delay: ${delay}ms`, ) } catch (e) { - console.error("[Task ${this.taskId}] Error updating api_req_started with retryStatus:", e) + console.error(`[Task ${this.taskId}] Error updating api_req_started with retryStatus:`, e) } } },