We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda10b1 commit 5280850Copy full SHA for 5280850
app/lib/hooks/useMessageParser.ts
@@ -22,7 +22,7 @@ const messageParser = new StreamingMessageParser({
22
onActionOpen: (data) => {
23
logger.trace('onActionOpen', data.action);
24
25
- // we only add shell actions when when the close tag got parsed because only then we have the content
+ // we only add shell actions when the close tag got parsed because only then we have the content
26
if (data.action.type !== 'shell') {
27
workbenchStore.addAction(data);
28
}
0 commit comments