Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #39882 #40139

Closed
wants to merge 2 commits into from
Closed

Fixed issue #39882 #40139

wants to merge 2 commits into from

Conversation

jelmore1674
Copy link

I added a bullet point that had the file:// to .mjs file to the error.md file

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. errors Issues and PRs related to JavaScript errors originated in Node.js core. labels Sep 18, 2021
@Ayase-252
Copy link
Member

Just to make references to relevent PR and issue:

#39882
#39787

@@ -343,6 +343,8 @@ The location information will be one of:
to Node.js.
* `/absolute/path/to/file.js:line:column`, if the frame represents a call in
a user program, or its dependencies.
* `file:///absolute/path/to/file.mjs:line:column`, if the frame represents a
call in es modules, or its dependencies.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
call in es modules, or its dependencies.
call in ES modules, or its dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. errors Issues and PRs related to JavaScript errors originated in Node.js core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants