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: fix persistent history #1593

Closed
wants to merge 1 commit into from

Commits on May 2, 2015

  1. repl: fix persistent history and env variable name

    Issue nodejs#1575 did introduce a check for options.terminal but this variable
    wasn't able to get truthy, which in turn broke persistent history
    completely. This changes the variable to get truthy on true terminals.
    
    Additionally, the docs and the code did differ on which environment
    variable was used for history. This changes the code to use
    NODE_REPL_HISTORY_FILE.
    silverwind committed May 2, 2015
    Configuration menu
    Copy the full SHA
    df83373 View commit details
    Browse the repository at this point in the history