Skip to content

Commit 2c0b653

Browse files
authored
Accept suggestion in read_glob.rs
1 parent 72a6162 commit 2c0b653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks-fs/src/read_glob.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async fn resolve_symlink_safely(entry: &DirectoryEntry) -> Result<DirectoryEntry
9999
{
100100
bail!(
101101
"'{}' is a symlink causes that causes an infinite loop!",
102-
source_path.await?.path.to_string()
102+
source_path.to_string().await?
103103
)
104104
}
105105
}

0 commit comments

Comments
 (0)