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

doc: declare path on example of async_hooks.executionAsyncId() #48556

Merged

Conversation

deokjinkim
Copy link
Contributor

Example is not runnable because path is used, but it's not declared.

Example is not runnable because `path` is used, but it's not
declared.
@nodejs-github-bot nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. doc Issues and PRs related to the documentations. labels Jun 26, 2023
@@ -768,6 +768,7 @@ import { executionAsyncId } from 'node:async_hooks';
import fs from 'node:fs';

console.log(executionAsyncId()); // 1 - bootstrap
const path = '.';
fs.open(path, 'r', (err, fd) => {
console.log(executionAsyncId()); // 6 - open()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

BTW, actual output of ESM is 11(not 6) on linux.

@deokjinkim deokjinkim marked this pull request as ready for review June 26, 2023 04:17
@deokjinkim deokjinkim requested a review from guybedford July 5, 2023 13:15
@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 18, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 18, 2023
@nodejs-github-bot nodejs-github-bot merged commit 77ea173 into nodejs:main Jul 18, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 77ea173

pluris pushed a commit to pluris/node that referenced this pull request Aug 6, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs#48556
Reviewed-By: Luigi Pinca <[email protected]>
pluris pushed a commit to pluris/node that referenced this pull request Aug 7, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs#48556
Reviewed-By: Luigi Pinca <[email protected]>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs#48556
Reviewed-By: Luigi Pinca <[email protected]>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs#48556
Reviewed-By: Luigi Pinca <[email protected]>
UlisesGascon pushed a commit to UlisesGascon/node that referenced this pull request Aug 14, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs#48556
Reviewed-By: Luigi Pinca <[email protected]>
RafaelGSS pushed a commit that referenced this pull request Aug 15, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: #48556
Reviewed-By: Luigi Pinca <[email protected]>
@UlisesGascon UlisesGascon mentioned this pull request Aug 15, 2023
targos pushed a commit that referenced this pull request Nov 27, 2023
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: #48556
Reviewed-By: Luigi Pinca <[email protected]>
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs/node#48556
Reviewed-By: Luigi Pinca <[email protected]>
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
Example is not runnable because `path` is used, but it's not
declared.

PR-URL: nodejs/node#48556
Reviewed-By: Luigi Pinca <[email protected]>
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. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants