mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(channels): suppress verbose failed-tool dumps
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com>
This commit is contained in:
@@ -726,7 +726,7 @@ export async function processDiscordMessage(
|
||||
kind: info.kind,
|
||||
});
|
||||
replyReference.markSent();
|
||||
if (isFinal) {
|
||||
if (isFinal && payload.isError !== true) {
|
||||
draftPreview.markFinalReplyDelivered();
|
||||
observer?.onFinalReplyDelivered?.();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user