mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix CI
This commit is contained in:
parent
c7fd1e88e1
commit
2f4e7a6ce7
1 changed files with 2 additions and 2 deletions
|
|
@ -156,9 +156,9 @@ impl Handle {
|
|||
}
|
||||
|
||||
error!(
|
||||
"Failed to open {}, falling back to stdin/stdout: {err}",
|
||||
"Failed to open {}, falling back to stdin/stdout: {}",
|
||||
if out { "CONOUT$" } else { "CONIN$" },
|
||||
Error::last_os_error(),
|
||||
Error::last_os_error()
|
||||
);
|
||||
Self {
|
||||
inner: if out { stdout().as_raw_handle() } else { stdin().as_raw_handle() },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue