mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
chore: Remove duplicate "when" in useMessageParser onActionOpen commentOpen comment
This commit is contained in:
parent
eda10b1212
commit
8d99164c8c
@ -22,7 +22,7 @@ const messageParser = new StreamingMessageParser({
|
||||
onActionOpen: (data) => {
|
||||
logger.trace('onActionOpen', data.action);
|
||||
|
||||
// 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
|
||||
if (data.action.type !== 'shell') {
|
||||
workbenchStore.addAction(data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user