Skip to content

Commit

Permalink
formatted "Invoking cargo"
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod committed Oct 23, 2024
1 parent 20fd718 commit fcb68ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-near-build/src/cargo_native/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ where
target: "near_teach_me",
parent: &tracing::Span::none(),
"Invoking cargo:\n{}",
near_cli_rs::common::indent_payload(&format!("`{}`", format!("{:?}", cmd).replace("\"", "")))
near_cli_rs::common::indent_payload(&format!("{:#?}", cmd))
);
tracing::info!("Invoking cargo: {:#?}", cmd);

Expand Down

0 comments on commit fcb68ab

Please sign in to comment.