Skip to content

Commit d15ae69

Browse files
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>
1 parent 9ed3399 commit d15ae69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/discord/src/monitor/message-handler.process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ export async function processDiscordMessage(
726726
kind: info.kind,
727727
});
728728
replyReference.markSent();
729-
if (isFinal) {
729+
if (isFinal && payload.isError !== true) {
730730
draftPreview.markFinalReplyDelivered();
731731
observer?.onFinalReplyDelivered?.();
732732
}

0 commit comments

Comments
 (0)