forked from extern/nushell
Improve errors on success (#2801)
This commit is contained in:
parent
8509873043
commit
05202671db
@ -528,7 +528,7 @@ pub async fn cli(mut context: EvaluationContext) -> Result<(), Box<dyn Error>> {
|
|||||||
LineResult::Success(line) => {
|
LineResult::Success(line) => {
|
||||||
rl.add_history_entry(&line);
|
rl.add_history_entry(&line);
|
||||||
let _ = rl.save_history(&history_path);
|
let _ = rl.save_history(&history_path);
|
||||||
context.maybe_print_errors(Text::from(line));
|
context.maybe_print_errors(Text::from(session_text.clone()));
|
||||||
}
|
}
|
||||||
|
|
||||||
LineResult::ClearHistory => {
|
LineResult::ClearHistory => {
|
||||||
|
Loading…
Reference in New Issue
Block a user