| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Example is not runnable because `path` is used, but it's not declared.
| console.log(executionAsyncId()); // 1 - bootstrap | ||
| const path = '.'; | ||
| fs.open(path, 'r', (err, fd) => { | ||
| console.log(executionAsyncId()); // 6 - open() |
There was a problem hiding this comment.
BTW, actual output of ESM is 11(not 6) on linux.
Sorry, something went wrong.
Example is not runnable because `path` is used, but it's not declared. PR-URL: nodejs#48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: nodejs#48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: nodejs#48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: #48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: #48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: nodejs/node#48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Example is not runnable because `path` is used, but it's not declared. PR-URL: nodejs/node#48556 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Example is not runnable because path is used, but it's not declared.