Skip to content

Commit b6528c8

Browse files
authored
fix previous
1 parent d335dd9 commit b6528c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependenceManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class DependenceManager implements ManagerInterface {
102102
} else {
103103
//throw new Error(`Not found required sub component: '${comp}'`);
104104
GlobalEvent.emit('globalLog.append',
105-
`[Warn] ${' '.repeat(pendingList.length)}Not found required sub component: '${comp}'\n`);
105+
`[Warn] ${' '.repeat(pendingList.length)}Not found required sub component: '${requiredName}'\n`);
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)