mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 03:17:51 +02:00
WIP improve error infrastructure
Also simplify commands and reduce papercuts
This commit is contained in:
@ -31,7 +31,6 @@ impl TreeView {
|
||||
}
|
||||
}
|
||||
Value::Block(_) => {}
|
||||
Value::Error(_) => {}
|
||||
Value::Filesystem => {}
|
||||
Value::Binary(_) => {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user