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

lib: .load .save add proper error message when no file passed #52225

Merged

Commits on Mar 26, 2024

  1. lib: .load .save add proper error message when no file passed

    This commit adds a proper error message using ERR_MISSING_ARGS('file')
    when a .save or .load REPL command is runned. This commit also adds
    test for both of this cases.
    
    Fixes: nodejs#52218
    
    Signed-off-by: Thomas Mauran <[email protected]>
    thomas-mauran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4f89ad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. test: lint

    Signed-off-by: Thomas Mauran <[email protected]>
    thomas-mauran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    93ed866 View commit details
    Browse the repository at this point in the history