We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816f98f commit ad8b158Copy full SHA for ad8b158
lib/internal/errors.js
@@ -28,7 +28,6 @@ function makeNodeError(Base) {
28
constructor(key, ...args) {
29
super(message(key, args));
30
this[kCode] = key;
31
- Error.captureStackTrace(this, NodeError);
32
}
33
34
get name() {
0 commit comments