fix: stabilize hwlab web-probe script navigation
This commit is contained in:
@@ -70,6 +70,7 @@ function compactIssueSummary(value: Record<string, unknown>): Record<string, unk
|
||||
failedCondition: typeof value.failedCondition === "string" ? value.failedCondition : null,
|
||||
nextAction: typeof value.nextAction === "string" ? value.nextAction : null,
|
||||
finalUrl: typeof value.finalUrl === "string" ? value.finalUrl : null,
|
||||
lastUrl: typeof value.lastUrl === "string" ? value.lastUrl : null,
|
||||
scriptSha256: typeof value.scriptSha256 === "string" ? value.scriptSha256 : null,
|
||||
runDir: typeof value.runDir === "string" ? value.runDir : null,
|
||||
reportPath: typeof value.reportPath === "string" ? value.reportPath : null,
|
||||
|
||||
Reference in New Issue
Block a user