-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Wrong example #45048
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.
This example from the documentation (https://nodejs.org/api/process.html#when-to-use-queuemicrotask-vs-processnexttick)
doesn't work in Windows (node 16.13 and 18.11) and Ubuntu (node 18.11). Actual output is always
This looks like a documentation bug, but any explanation for this behavior in the main module would be appreciated.