Skip to content

Commit

Permalink
Update src/libcmd/repl.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
  • Loading branch information
srhb and edolstra committed Apr 29, 2024
1 parent 047bf90 commit d83b33b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcmd/repl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ ProcessLineResult NixRepl::processLine(std::string line)
runProgram2(RunOptions { .program = editor, .lookupPath = true, .args = args });

// Reload right after exiting the editor
logger->resume();
state->resetFileCache();
reloadFiles();
}
Expand Down

0 comments on commit d83b33b

Please sign in to comment.