-
-
Notifications
You must be signed in to change notification settings - Fork 35.1k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.
Description
- Version: v8.7.0
- Platform: Windows 10 x64
- Subsystem:
Simply typing into node the following line does not print:
> global.console.debug(2)
undefined
Although documentation states:
The console.debug() function is an alias for console.log()
I see the implementation here: https://github.com/nodejs/node/blob/master/lib/console.js#L201
But I suspect it's not applied to the global console object here: https://github.com/nodejs/node/blob/master/lib/internal/bootstrap/node.js#L352
Or maybe it's something else.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.