whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
https://qinglong.online
Apache License 2.0
15.88k stars 2.94k forks source link

cache报错,导致多个脚本执行失败 #2381

Closed 13360004737 closed 4 months ago

13360004737 commented 4 months ago

Qinglong version

2.17.5

Steps to reproduce

cache报错,导致多个脚本执行失败。

What is expected?

cache报错,导致多个脚本执行失败。

What is actually happening?

SyntaxError: Invalid or unexpected token at internalCompileFunction (node:internal/vm:128:18) at wrapSafe (node:internal/modules/cjs/loader:1280:20) at Module._compile (node:internal/modules/cjs/loader:1332:27) at Module._extensions..js (node:internal/modules/cjs/loader:1427:10) at Module.load (node:internal/modules/cjs/loader:1206:32) at Module._load (node:internal/modules/cjs/loader:1022:12) at Module.require (node:internal/modules/cjs/loader:1231:19) at require (node:internal/modules/helpers:179:18) at Object. (/ql/data/scripts/shufflewzc_faker2_main/function/cache/index.js:1:10) at Module._compile (node:internal/modules/cjs/loader:1369:14)

Node.js v20.12.1

System Info

2.17.5

Any additional comments?

No response