mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
fix: export model diagnostic error category
This commit is contained in:
@@ -76,7 +76,7 @@ function baseModelCallEvent(
|
||||
}
|
||||
|
||||
async function safeReturnIterator(iterator: AsyncIterator<unknown>): Promise<void> {
|
||||
let returnResult: PromiseLike<unknown> | unknown;
|
||||
let returnResult: unknown;
|
||||
try {
|
||||
returnResult = iterator.return?.();
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user