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

perf(common): Improve error handling for undefined tokens #13056

Commits on Jan 16, 2024

  1. perf(common): Improve error handling for undefined tokens

    In response to issue nestjs#12914, this commit enhances the Nest.js injector for better debugging efficiency. The improvement involves throwing a specific error when a token is undefined, aiding developers in quicker problem identification and resolution. The error message provides guidance on potential circular dependencies and references for further assistance.
    
    Closes nestjs#12914
    mostafa8026 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f242efa View commit details
    Browse the repository at this point in the history