-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
errorsIssues and PRs related to JavaScript errors originated in Node.js core.Issues and PRs related to JavaScript errors originated in Node.js core.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Description
Refs: #27052
One solution may be skipping
node/lib/internal/process/execution.js
Line 170 in a33c3c6
er.stack = inspect(er, { colors }); |
If the inspector is listening. Another alternative is to pass a different stack trace to V8Inspector::exceptionThrown()
.
Although..it might even be possible to customize the styles displayed in the DevTools but then I don't suppose it's easy to add that to the inspector protocol so that every inspector client handles it properly.
Metadata
Metadata
Assignees
Labels
errorsIssues and PRs related to JavaScript errors originated in Node.js core.Issues and PRs related to JavaScript errors originated in Node.js core.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol