Skip to content

Commit 799e2a8

Browse files
committed
more windows fixes
1 parent 15e23f1 commit 799e2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/backend/ignore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ fn map_entry(
504504
source: err,
505505
})?;
506506
let target = target.as_os_str().as_encoded_bytes();
507-
let node_type = NodeType::from_link(&target);
507+
let node_type = NodeType::from_link(&UnixPath::new(target).to_typed_path());
508508
Node::new_node(name, node_type, meta)
509509
} else {
510510
Node::new_node(name, NodeType::File, meta)

0 commit comments

Comments
 (0)