Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Mar 6, 2024
1 parent 2a69582 commit ec0d6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mako/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl Compiler {

let file = File::new(path.clone(), self.context.clone());
build_with_pool(file, Some(dep.resolver_resource.clone()));

Self::create_empty_module(&dep_module_id)
}
ResolverResource::External(_) => Self::create_external_module(
Expand Down

0 comments on commit ec0d6e1

Please sign in to comment.