Skip to content

Commit

Permalink
fix(module): add returns old instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 9, 2024
1 parent 3bf321a commit 2118a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export class ModuleInstance extends ModuleInstanceBase<Module> implements MixinL
this.added = true;
resolve();

return this;
return instance;
}

public canInstallRemove() {
Expand Down

0 comments on commit 2118a09

Please sign in to comment.