mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
Finish move to nu-table (#2025)
This commit is contained in:
@ -134,11 +134,7 @@ pub fn view_text_value(value: &Value) {
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
} else {
|
||||
println!("Couldn't find bat section in config");
|
||||
}
|
||||
} else {
|
||||
println!("Error reading config!");
|
||||
}
|
||||
|
||||
let value_anchor = value.anchor();
|
||||
|
Reference in New Issue
Block a user