FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix async_hooks example in api docs by marsonya · Pull Request #41609 · nodejs/node · GitHub

/ node Public

doc: fix async_hooks example in api docs - #41609

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
marsonya:example-fix-async_hooks
Jan 21, 2022
Merged

doc: fix async_hooks example in api docs#41609
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
marsonya:example-fix-async_hooks

Conversation

Copy link
Copy Markdown
Member

One of the Promise execution tracking examples
incorrectly requires exectionAsyncId instead of executionAsyncId

nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. doc Issues and PRs related to the documentations. labels Jan 20, 2022

Ayase-252 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if commit lint problem gets fixed.

Copy link
Copy Markdown
Member Author

LGTM if commit lint problem gets fixed.

I did follow the doc: convention and the message title is short.
Is there something else I need to fix in the message?

Also, the commit-message-guidelines is not accessible at https://goo.gl/p2fr5Q as mentioned in the error.

Copy link
Copy Markdown
Member

Error: not ok 4 line-length: Line should be <= 72 columns.


{
  found: 121,
  compare: '<=',
  wanted: 72,
  at: {
    line: 1,
    column: 72,
    body: [
      '',
      'One of the Promise execution tracking examples was incorrectly requireing `exectionAsyncId` instead of `executionAsyncId`'
    ]
  }
}

It looks like the commit body is too long.

Ayase-252 added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 20, 2022

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @Ayase-252. Please 👍 to approve.

Ayase-252 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 21, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 21, 2022
nodejs-github-bot merged commit ef35175 into nodejs:master Jan 21, 2022

Copy link
Copy Markdown
Collaborator

Landed in ef35175

BethGriggs pushed a commit that referenced this pull request Jan 25, 2022
PR-URL: #41609
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Mestery <mestery@protonmail.com>
danielleadams pushed a commit that referenced this pull request Feb 28, 2022
PR-URL: #41609
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Mestery <mestery@protonmail.com>
danielleadams pushed a commit that referenced this pull request Mar 2, 2022
PR-URL: #41609
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Mestery <mestery@protonmail.com>
danielleadams pushed a commit that referenced this pull request Mar 3, 2022
PR-URL: #41609
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Mestery <mestery@protonmail.com>
danielleadams pushed a commit that referenced this pull request Mar 14, 2022
PR-URL: #41609
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Mestery <mestery@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooks Issues and PRs related to the async hooks subsystem. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL