mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
f294881de6
commit
a62f6c5a35
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ impl File {
|
||||||
{
|
{
|
||||||
fs::symlink(src, &task.to).await?
|
fs::symlink(src, &task.to).await?
|
||||||
}
|
}
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(windows)]
|
||||||
{
|
{
|
||||||
if meta.is_dir() {
|
if meta.is_dir() {
|
||||||
fs::symlink_dir(src, &task.to).await?
|
fs::symlink_dir(src, &task.to).await?
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue