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

util: use minimal object inspection with %s specifier #26927

Closed

Commits on Mar 26, 2019

  1. util: use minimal object inspection with %s specifier

    This improves `util.format()` by returning more meaningful results
    when using `%s` as specifier and any object as value. Besides that
    `BigInt` will also be represented with an `n` at the end to indicate
    that it's of type `BigInt`.
    BridgeAR committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    cca384b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    cbd82d5 View commit details
    Browse the repository at this point in the history