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

src: remove a stale comment in async_hooks #43317

Merged
merged 1 commit into from
Jun 30, 2022

Commits on Jun 19, 2022

  1. src: remove a stale comment in async_hooks

    This removes a comment relevant to runtime checks for `async_hooks`.
    
    Even if `async_hooks` is experimental, the check pointed by the comment
    is performed as default unless `--no-force-async-hooks-checks` is given
    from CLI arguments.
    
    Refs: nodejs#16318
    Refs: nodejs#15454 (comment)
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    c9a0477 View commit details
    Browse the repository at this point in the history