mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
.. [no ci]
This commit is contained in:
parent
daf6f04c02
commit
888f370abf
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ impl From<Metadata> for Cha {
|
|||
meta: cm,
|
||||
len: m.len(),
|
||||
accessed: m.accessed().ok(),
|
||||
// TODO: remove this once https://github.com/rust-lang/rust/issues/108277 is fixed.
|
||||
created: std::panic::catch_unwind(|| m.created().ok()).ok().flatten(),
|
||||
modified: m.modified().ok(),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue