Skip to content

lib: instantiate console methods eagerly

Before this commit they were instantiated lazily but that fails when the first call is under stack overflow conditions.

Fixes: https://github.com/nodejs/help/issues/778

CI: https://ci.nodejs.org/job/node-test-pull-request/9629/

Merge request reports

Loading