From 0587644a6b8862a87eeeb68cc8c3c66e7df7c2a2 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 28 Jun 2025 01:05:05 +0800 Subject: [PATCH] =?UTF-8?q?command-run=20=E5=A2=9E=E5=8A=A0=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=20QL-Task-Log=20=E6=97=A5=E5=BF=97=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/api/system.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/back/api/system.ts b/back/api/system.ts index 965dd3b9..20e90d74 100644 --- a/back/api/system.ts +++ b/back/api/system.ts @@ -273,6 +273,7 @@ export default (app: Router) => { { onStart: async (cp, startTime) => { res.setHeader('QL-Task-Pid', `${cp.pid}`); + res.setHeader('QL-Task-Log', `${logPath}`); }, onEnd: async (cp, endTime, diff) => { res.end();