thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
526 stars 64 forks source link

Error thrown when trying to getType() of a unregistered type #30

Closed nolazybits closed 6 years ago

nolazybits commented 6 years ago
(node:137) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'targetSource' of undefined
    at Function.IoCContainer.getType (/home/coolerminers/node_modules/typescript-ioc/es5.js:143:23)
    at Function.Container.getType (/home/coolerminers/node_modules/typescript-ioc/es5.js:86:29)