mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
* 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