We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad91abc commit c6bad08Copy full SHA for c6bad08
doc/api/errors.md
@@ -344,7 +344,10 @@ The location information will be one of:
344
* `plain-filename.js:line:column`, if the frame represents a call internal
345
to Node.js.
346
* `/absolute/path/to/file.js:line:column`, if the frame represents a call in
347
- a user program, or its dependencies.
+ a user program (using commonJS module system), or its dependencies.
348
+* `<transport-protocol>:///file/url/path/to/file.mjs:line:column`, if the frame
349
+ represents a call in a user program (using ES module system), or
350
+ its dependencies.
351
352
The string representing the stack trace is lazily generated when the
353
`error.stack` property is **accessed**.
0 commit comments