Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2024
1 parent 8707cc6 commit afaa428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl SideEffectsModule {
module: ResolvedVc<EcmascriptModuleAsset>,
part: ResolvedVc<ModulePart>,
resolved_as: ResolvedVc<Box<dyn EcmascriptChunkPlaceable>>,
side_effects: Vec<Vc<Box<dyn EcmascriptChunkPlaceable>>>,
side_effects: Vec<ResolvedVc<Box<dyn EcmascriptChunkPlaceable>>>,
) -> Vc<Self> {
SideEffectsModule {
module,
Expand Down

0 comments on commit afaa428

Please sign in to comment.