@whyour/qinglong 2.19.2-0 → 2.19.2-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
- "version": "2.19.2-0",
3
+ "version": "2.19.2-1",
4
4
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -242,6 +242,7 @@ exports.default = (app) => {
242
242
  await systemService.run(Object.assign(Object.assign({}, req.body), { logPath }), {
243
243
  onStart: async (cp, startTime) => {
244
244
  res.setHeader('QL-Task-Pid', `${cp.pid}`);
245
+ res.setHeader('QL-Task-Log', `${logPath}`);
245
246
  },
246
247
  onEnd: async (cp, endTime, diff) => {
247
248
  res.end();