fix: remove duplicate diagnostic category export · openclaw/openclaw@11cffb2
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
File tree
src/agents/pi-embedded-runner/run
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1383,7 +1383,7 @@ jobs:
|
1383 | 1383 | runner: blacksmith-4vcpu-ubuntu-2404 |
1384 | 1384 | - check_name: check-lint |
1385 | 1385 | task: lint |
1386 | | -runner: blacksmith-16vcpu-ubuntu-2404 |
| 1386 | +runner: blacksmith-8vcpu-ubuntu-2404 |
1387 | 1387 | - check_name: check-policy-guards |
1388 | 1388 | task: policy-guards |
1389 | 1389 | runner: ubuntu-24.04 |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,8 +11,6 @@ import {
|
11 | 11 | type DiagnosticTraceContext, |
12 | 12 | } from "../../../infra/diagnostic-trace-context.js"; |
13 | 13 | |
14 | | -export { diagnosticErrorCategory }; |
15 | | - |
16 | 14 | type ModelCallDiagnosticContext = { |
17 | 15 | runId: string; |
18 | 16 | sessionKey?: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。