mirror of
https://github.com/nushell/nushell
synced 2025-01-26 11:55:20 +00:00
Try detect incompatible path format
This commit is contained in:
parent
b1de37302a
commit
569929983c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ pub mod windows {
|
|||
// Other path format, like UNC Network share path, or bash format
|
||||
// /c/Users/nushell will be supported later.
|
||||
Err(ShellError::InvalidValue {
|
||||
valid: "can't detect drive letter.".into(),
|
||||
valid: format!("Can't detect drive letter from {}.", path_string),
|
||||
actual: path_string,
|
||||
span: Span::unknown(),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue