Skip to content

Commit

Permalink
fix loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Feb 14, 2023
1 parent 262e01e commit 9796ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turbo-tasks-fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,7 @@ pub async fn to_sys_path(mut path: FileSystemPathVc) -> Result<Option<PathBuf>>
loop {
if let Some(fs) = AttachedFileSystemVc::resolve_from(path.fs()).await? {
path = fs.get_inner_fs_path(path);
continue;
}

if let Some(fs) = DiskFileSystemVc::resolve_from(path.fs()).await? {
Expand Down

0 comments on commit 9796ff2

Please sign in to comment.