Skip to content

Commit 500999e

Browse files
committed
adds new line after mcp loading status
1 parent 9421371 commit 500999e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/tool_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ impl ToolManagerBuilder {
400400
let msg = eyre::eyre!(msg);
401401
let total = loading_servers.len();
402402
queue_incomplete_load_message(complete, total, &msg, &mut output)?;
403-
output.flush()?;
404403
}
404+
execute!(output, style::Print("\n"),)?;
405405
break;
406406
},
407407
},

0 commit comments

Comments
 (0)