Skip to content

Commit 4e3e4db

Browse files
committed
沒有 t
1 parent ca451c8 commit 4e3e4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/content/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export default class SandboxRuntime {
261261
crontabScript(script: ScriptRunResource) {
262262
// 执行定时脚本 运行表达式
263263
if (!script.metadata.crontab) {
264-
throw new Error(script.name + " - " + t("cron_invalid_expr"));
264+
throw new Error(script.name + " - cron_invalid_expr");
265265
}
266266
// 如果有nextruntime,则加入重试队列
267267
this.joinRetryList(script);

0 commit comments

Comments
 (0)