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

internal/errors: improve ERR_INVALID_ARG_TYPE #13730

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2017

  1. internal/errors: improve ERR_INVALID_ARG_TYPE

    The error message might be misleading if a object property
    was the issue and not the argument itself.
    
    Fix this by checking if a argument or a property is passed
    to the handler function.
    BridgeAR committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    adc7c88 View commit details
    Browse the repository at this point in the history