We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca451c8 commit 4e3e4dbCopy full SHA for 4e3e4db
1 file changed
src/runtime/content/sandbox.ts
@@ -261,7 +261,7 @@ export default class SandboxRuntime {
261
crontabScript(script: ScriptRunResource) {
262
// 执行定时脚本 运行表达式
263
if (!script.metadata.crontab) {
264
- throw new Error(script.name + " - " + t("cron_invalid_expr"));
+ throw new Error(script.name + " - cron_invalid_expr");
265
}
266
// 如果有nextruntime,则加入重试队列
267
this.joinRetryList(script);
0 commit comments