We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b54147 commit ef71824Copy full SHA for ef71824
doc/api/errors.md
@@ -238,7 +238,7 @@ function MyError() {
238
239
// Without passing MyError to captureStackTrace, the MyError
240
// frame would show up in the .stack property. By passing
241
-// the constructor, we omit that frame and all frames above it.
+// the constructor, we omit that frame, and retain all frames below it.
242
new MyError().stack;
243
```
244
0 commit comments