Skip to content

Commit

Permalink
Update crates/next-api/src/module_graph.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <[email protected]>
  • Loading branch information
mischnic and sokra committed Dec 9, 2024
1 parent 0cde5a0 commit 75cc7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-api/src/module_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl SingleModuleGraph {

let mut modules: HashMap<ResolvedVc<Box<dyn Module>>, NodeIndex<u32>> = HashMap::new();
{
let _span = tracing::info_span!("build petgraph").entered();
let _span = tracing::info_span!("build module graph").entered();
for (parent, current) in children_modules_iter.into_breadth_first_edges() {
let parent_idx =
parent.map(|parent| *modules.get(&parent.module().unwrap()).unwrap());
Expand Down

0 comments on commit 75cc7cf

Please sign in to comment.