Skip to content
New issue

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

Search for config file does not work on windows #27

Closed
Morcatko opened this issue Mar 29, 2018 · 2 comments
Closed

Search for config file does not work on windows #27

Morcatko opened this issue Mar 29, 2018 · 2 comments
Assignees
Labels

Comments

@Morcatko
Copy link

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 as C:\ioc.config

PS: Great work with typescript-ioc BTW. From all IOC libraries I found your one is the easiest to use.

@thiagobustamante
Copy link
Owner

Thanks for reporting!

Already published a new version to fix it. Please, try again with 1.2.1 version

@Morcatko
Copy link
Author

That was super-fast. Works great. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants