refactor(logging): hide diagnostic capture type · openclaw/openclaw@54bcdea
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@ import {
|
5 | 5 | } from "../../infra/diagnostic-events.js"; |
6 | 6 | |
7 | 7 | /** Captured diagnostic event shape for emitted log records. */ |
8 | | -export type CapturedDiagnosticLogRecord = Extract<DiagnosticEventPayload, { type: "log.record" }>; |
| 8 | +type CapturedDiagnosticLogRecord = Extract<DiagnosticEventPayload, { type: "log.record" }>; |
9 | 9 | |
10 | 10 | /** Flushes asynchronous diagnostic log record delivery. */ |
11 | 11 | export async function flushDiagnosticLogRecords(): Promise<void> { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。