mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 22:04:36 +02:00
Tests pass
This commit is contained in:
@ -36,11 +36,6 @@ impl RenderView for GenericView<'value> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Value::Error(e) => {
|
||||
host.stdout(&format!("{:?}", e));
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Value::Binary(_) => {
|
||||
host.stdout("<Binary>");
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user