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

repl: avoid interpreting 'npm' as a command when errors are recoverable #54848

Merged
merged 4 commits into from
Sep 15, 2024

Commits on Sep 9, 2024

  1. repl: avoid interpreting 'npm' as a command when errors are recoverable

    This change ensures that 'npm' within JavaScript code is not mistakenly
    interpreted as an npm command when the error is recoverable.
    This allows 'npm' to be treated as expected in such scenarios.
    
    Fixes: nodejs#54830
    islandryu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4b1e9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8892202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7203dd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. repl: fix lint

    islandryu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2bdc4a4 View commit details
    Browse the repository at this point in the history