2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-19 07:28:32 +00:00
nushell/crates/nu-command/tests
George Padley 1c677c9577
Map DirectoryNotFound to FileNotFound for open command ()
# Description


This PR should close 
Maps `DirectoryNotFound` errors to `FileNotFound`. All other errors are
left unchanged.

# User-Facing Changes

This means a user will see `FileNotFound` instead of `DirectoryNotFound`
which is more meaning full to the user.
2023-09-21 20:17:44 +02:00
..
commands Map DirectoryNotFound to FileNotFound for open command () 2023-09-21 20:17:44 +02:00
format_conversions Remove dead BSON related tests () 2023-09-21 20:01:49 +02:00
main.rs Rename misused "deprecation" to removal () 2023-08-15 07:17:31 +12:00