Closed
Description
Refs: #27052
One solution may be skipping
node/lib/internal/process/execution.js
Line 170 in a33c3c6
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.