Skip to content

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

--v8-enable-object-print flag is set by default true. so, no way of disable this flag. remove --v8-enable-object-print flag. add a --v8-disable-object-print flag instead that defaults to false.

Fixes: https://github.com/nodejs/node/issues/45433

Merge request reports

Loading