























| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,7 @@ Docs: https://docs.openclaw.ai | |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5293,6 +5293,7 @@ public struct CronRunLogEntry: Codable, Sendable { | |||
5293 | 5293 | | |
5294 | 5294 | | |
5295 | 5295 | | |
| 5296 | + | |
5296 | 5297 | | |
5297 | 5298 | | |
5298 | 5299 | | |
@@ -5315,6 +5316,7 @@ public struct CronRunLogEntry: Codable, Sendable { | |||
5315 | 5316 | | |
5316 | 5317 | | |
5317 | 5318 | | |
| 5319 | + | |
5318 | 5320 | | |
5319 | 5321 | | |
5320 | 5322 | | |
@@ -5336,6 +5338,7 @@ public struct CronRunLogEntry: Codable, Sendable { | |||
5336 | 5338 | | |
5337 | 5339 | | |
5338 | 5340 | | |
| 5341 | + | |
5339 | 5342 | | |
5340 | 5343 | | |
5341 | 5344 | | |
@@ -5359,6 +5362,7 @@ public struct CronRunLogEntry: Codable, Sendable { | |||
5359 | 5362 | | |
5360 | 5363 | | |
5361 | 5364 | | |
| 5365 | + | |
5362 | 5366 | | |
5363 | 5367 | | |
5364 | 5368 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,6 +42,7 @@ const STRICT_LITERAL_STRUCTS = new Set([ | |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,4 +15,11 @@ describe("cron protocol schema", () => { | |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -242,6 +242,10 @@ describe("cron run log", () => { | |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
245 | 249 | | |
246 | 250 | | |
247 | 251 | | |
@@ -260,6 +264,10 @@ describe("cron run log", () => { | |||
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
263 | 271 | | |
264 | 272 | | |
265 | 273 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,6 +14,7 @@ import { normalizeCronRunDiagnostics } from "./run-diagnostics.js"; | |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
@@ -30,6 +31,7 @@ export type CronRunLogEntry = { | |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
@@ -350,6 +352,29 @@ function parseAllRunLogEntries(raw: string, opts?: { jobId?: string }): CronRunL | |||
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
353 | 378 | | |
354 | 379 | | |
355 | 380 | | |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。