forked from extern/nushell
* Fix #1493 The error was wrongfully discarded * Run cargo fmt
This commit is contained in:
parent
b36d21e76f
commit
0d244a9701
@ -676,9 +676,8 @@ async fn process_line(
|
||||
break;
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
break;
|
||||
}
|
||||
Ok(None) => break,
|
||||
Err(e) => return LineResult::Error(line.to_string(), e),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user