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
Spent some time finding and fixing a bug related to the message Cannot read property 'apply' of undefined in the invokers.
Cannot read property 'apply' of undefined
Turns out this was coming from the fact that I was attempting to invoke a method that no longer existed because I had changed the name.
I believe a more descriptive error could be helpful.
The text was updated successfully, but these errors were encountered:
Thanks for your contribution! Just published v1.1.0 https://www.npmjs.com/package/awilix-express/v/1.1.0
Sorry, something went wrong.
No branches or pull requests
Spent some time finding and fixing a bug related to the message
Cannot read property 'apply' of undefined
in the invokers.Turns out this was coming from the fact that I was attempting to invoke a method that no longer existed because I had changed the name.
I believe a more descriptive error could be helpful.
The text was updated successfully, but these errors were encountered: