We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I just installed v1.2.0 and my app does not start. After some debugging I found a culprit in this commit - 3f0a352
It stucks in infite loop because configFile === ROOT never happens.
configFile === ROOT
the ROOT is \ioc.config, but the configFile on windows ends up as C:\ioc.config
\ioc.config
C:\ioc.config
PS: Great work with typescript-ioc BTW. From all IOC libraries I found your one is the easiest to use.
The text was updated successfully, but these errors were encountered:
acbfe74
Thanks for reporting!
Already published a new version to fix it. Please, try again with 1.2.1 version
Sorry, something went wrong.
That was super-fast. Works great. Thanks
thiagobustamante
No branches or pull requests
Hello,
I just installed v1.2.0 and my app does not start.
After some debugging I found a culprit in this commit - 3f0a352
It stucks in infite loop because
configFile === ROOT
never happens.the ROOT is
\ioc.config
, but the configFile on windows ends up asC:\ioc.config
PS: Great work with typescript-ioc BTW. From all IOC libraries I found your one is the easiest to use.
The text was updated successfully, but these errors were encountered: