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

build: add --v8-disable-object-print flag #45458

Merged

Commits on Nov 15, 2022

  1. build: add --v8-disable-object-print flag

    --v8-enable-object-print flag is set by default true.
    so, no way of disable this flag.
    add a --v8-disable-object-print flag instead that defaults to false.
    
    Fixes: nodejs#45433
    fossamagna committed Nov 15, 2022
    Copy the full SHA
    f50e2b4 View commit details
    Browse the repository at this point in the history