Skip to content

Commit ce2003b

Browse files
committed
跟隨 原本的用 id
1 parent 4ba9506 commit ce2003b

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
@@ -276,7 +276,7 @@ export default class SandboxRuntime {
276276
const logError = (ok: number, val: string, e: unknown) =>
277277
this.logger.error(
278278
ERROR_MESSAGES[ok] ?? "crontabScript: execution failed",
279-
{ uuid: script.uuid, crontab: val },
279+
{ uuid: script.id, crontab: val },
280280
Logger.E(e)
281281
);
282282

0 commit comments

Comments
 (0)