Skip to content

Commit 19e04c8

Browse files
committed
fix(tui): command log was using eprintl instead of a ui component
1 parent 6871fef commit 19e04c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ fn install_resolved_global(
518518
"To load quiver autoload files from {}, add this to config.nu:",
519519
global_autoload_dir_expression()
520520
));
521-
eprintln!(" {}", global_autoload_config_hint());
521+
ui::info(format!(" {}", global_autoload_config_hint()));
522522
}
523523

524524
Ok(())

0 commit comments

Comments
 (0)