Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/jp/tools/src/fs/create_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pub(crate) async fn fs_create_file(
let highlighted = Formatter::new()
.format_terminal(&code_block)
.unwrap_or(code_block);
response.push_str(&format!(" with content:\n\n{highlighted}\n"));
response.push_str(&format!("\n{response}\n"));
let header = response.clone();
response.push_str(&format!(" with content:\n\n{highlighted}\n\n{header}"));
}

return Ok(response.into());
Expand Down
Loading