We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d335dd9 commit b6528c8Copy full SHA for b6528c8
1 file changed
src/DependenceManager.ts
@@ -102,7 +102,7 @@ export class DependenceManager implements ManagerInterface {
102
} else {
103
//throw new Error(`Not found required sub component: '${comp}'`);
104
GlobalEvent.emit('globalLog.append',
105
- `[Warn] ${' '.repeat(pendingList.length)}Not found required sub component: '${comp}'\n`);
+ `[Warn] ${' '.repeat(pendingList.length)}Not found required sub component: '${requiredName}'\n`);
106
}
107
108
0 commit comments