mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
fix(test): align trace directive type stubs
This commit is contained in:
@@ -1199,7 +1199,7 @@ async function readActiveMemorySearchDebug(
|
||||
continue;
|
||||
}
|
||||
const details = asRecord(message.details);
|
||||
const debug = asRecord(details?.debug);
|
||||
const debug = asRecord(details?.debug) ?? {};
|
||||
const warning = normalizeOptionalString(details?.warning);
|
||||
const action = normalizeOptionalString(details?.action);
|
||||
const error = normalizeOptionalString(details?.error);
|
||||
|
||||
Reference in New Issue
Block a user