Skip to content

Commit c24ee6a

Browse files
use multi line info for installed info
1 parent 9d87eb5 commit c24ee6a

File tree

1 file changed

+5
-1
lines changed
  • crates/volta-core/src/tool

1 file changed

+5
-1
lines changed

crates/volta-core/src/tool/mod.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ fn debug_already_fetched<T: Display + Sized>(tool: T) {
3131

3232
#[inline]
3333
fn info_installed<T: Display + Sized>(tool: T) {
34-
info!("{} installed and set {} as default\n{} to use {tool} in this project run `volta pin {too;
34+
info!("{} installed and set {tool} as default", success_prefix());
35+
info!(
36+
"{} to use {tool} in this project run `volta pin {tool}`",
37+
success_prefix()
38+
);
3539
}
3640

3741
#[inline]

0 commit comments

Comments
 (0)