Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Nov 2, 2023
1 parent b1bf4e6 commit ad8d04a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/metadata/src/factory/EggPrototypeFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class EggPrototypeFactory {
qualifiers = qualifiers || [];
const protos = this.doGetPrototype(name, qualifiers, loadUnit);
if (!protos.length) {
console.log('this.publicProtoMap: ', this.publicProtoMap.get('moduleConfigs'), qualifiers);
throw FrameworkErrorFormater.formatError(new EggPrototypeNotFound(name, loadUnit?.id));
}
if (protos.length === 1) {
Expand Down

0 comments on commit ad8d04a

Please sign in to comment.