Skip to content

Commit

Permalink
Revert "fix: Infinite loop on extension install" (#40)
Browse files Browse the repository at this point in the history
This reverts commit 2f58d98.
  • Loading branch information
fbaldo31 authored Mar 27, 2024
1 parent 2cdee70 commit 06d6453
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,7 @@ export class ExtensionLoader {
this.dependencies.logger.error(`${logModule}: error loading extension`, { ext: installedExtension, err });
}
} else if (!installedExtension.isEnabled && alreadyInit) {
this.dependencies.logger.warn(
`${extId} cannot be enabled - compatible: ${installedExtension.isCompatible}, enbabled: ${installedExtension.isEnabled}, init: ${alreadyInit}`,
);

return;
this.removeInstance(extId);
}

return null;
Expand Down

0 comments on commit 06d6453

Please sign in to comment.