mirror of
https://github.com/open-goal/jak-project
synced 2026-08-15 21:00:19 -04:00
nrepl: default to a single port, nothing breaks if the port is already bound to
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user