Skip to content

Commit 4c2e4d1

Browse files
himself65MylesBorins
authored andcommitted
esm: remove unused parameter on module.instantiate
PR-URL: #32147 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent fe34da8 commit 4c2e4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/internal/modules/esm/module_job.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ModuleJob{
8989
constinitWrapper=internalBinding('inspector').callAndPauseOnStart;
9090
initWrapper(this.module.instantiate,this.module);
9191
}else{
92-
this.module.instantiate(true);
92+
this.module.instantiate();
9393
}
9494
}catch(e){
9595
decorateErrorStack(e);

0 commit comments

Comments
(0)