Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent d4d651a commit 0eb2fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbopack/crates/turbopack-css/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ async fn process_content(
IssueSource::from_line_col(source, pos, pos)
});
ParsingIssue {
file: fs_path_vc,
msg: Vc::cell(e.to_string().into()),
file: fs_path_vc.to_resolved().await?,
msg: ResolvedVc::cell(e.to_string().into()),
source,
}
.cell()
Expand Down

0 comments on commit 0eb2fb6

Please sign in to comment.