-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
doc:Error:captureStackTrace description inaccurate #5675
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
From at least Node 4.2 the documentation says:
This test program:
proves the description incorrect. The first line is produced by
deps/v8/src/messages.jsinErrorToStringDetectCyclefrom thenameandmessageproperties oftargetObjectwith this logic:where
namedefaults to"Error"andmessagedefaults to"".I'm not good at user-facing technical documentation so I'd rather not try to craft replacement text for something that complex.