nrepl: default to a single port, nothing breaks if the port is already bound to

This commit is contained in:
Tyler Wilding
2024-06-02 12:52:46 -04:00
parent 3bc7662cc1
commit eebae4c524
8 changed files with 113 additions and 46 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Compiler::Compiler(GameVersion version,
if (m_repl) {
m_repl->load_history();
// init repl
m_repl->print_welcome_message();
m_repl->print_welcome_message(m_make.get_loaded_projects());
auto& examples = m_repl->examples;
auto& regex_colors = m_repl->regex_colors;
m_repl->init_settings();