mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
getcwd: fix bad error message
This commit is contained in:
@@ -101,7 +101,7 @@ pub fn wgetcwd() -> WString {
|
||||
error,
|
||||
"getcwd() failed with errno %d/%s",
|
||||
errno::errno().0,
|
||||
"errno::errno"
|
||||
errno::errno().to_string()
|
||||
);
|
||||
WString::new()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user