mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 11:00:17 +02:00
Fix Linux/Windows build on nightly
This commit is contained in:
@ -79,7 +79,7 @@ fn main() -> Result<(), Box<Error>> {
|
||||
|
||||
match process_line(readline, context.clone()) {
|
||||
LineResult::Success(line) => {
|
||||
rl.add_history_entry(line.as_ref());
|
||||
rl.add_history_entry(line.clone());
|
||||
}
|
||||
|
||||
LineResult::Error(err) => {
|
||||
|
Reference in New Issue
Block a user