Skip to content

Commit 5280850

Browse files
committed
Remove duplicate "when" in useMessageParser onActionOpen comment
1 parent eda10b1 commit 5280850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/hooks/useMessageParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const messageParser = new StreamingMessageParser({
2222
onActionOpen: (data) => {
2323
logger.trace('onActionOpen', data.action);
2424

25-
// we only add shell actions when when the close tag got parsed because only then we have the content
25+
// we only add shell actions when the close tag got parsed because only then we have the content
2626
if (data.action.type !== 'shell') {
2727
workbenchStore.addAction(data);
2828
}

0 commit comments

Comments
 (0)