fix: add opencode smoke observability probes
This commit is contained in:
@@ -564,7 +564,9 @@ export function runNodeWebProbe(options: NodeWebProbeOptions): Record<string, un
|
||||
return {
|
||||
ok: false,
|
||||
status: "blocked",
|
||||
command: options.action === "observe"
|
||||
command: options.action === "script" && typeof options.commandLabel === "string"
|
||||
? options.commandLabel
|
||||
: options.action === "observe"
|
||||
? `web-probe observe ${options.observeAction} --node ${options.node} --lane ${options.lane}`
|
||||
: `web-probe ${options.action} --node ${options.node} --lane ${options.lane}`,
|
||||
node: options.node,
|
||||
|
||||
Reference in New Issue
Block a user