refactor
Some checks are pending
Blockstorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-09-15 14:28:35 -05:00
parent 20d6eee1f8
commit 91cac73e40

View File

@@ -961,9 +961,13 @@ void ui_server::start() {
}
}).join();
launch_ui();
notify_and_unlock(nonce_lock);
if (should_launch) {
launch_ui();
should_launch = false;
}
server_.listen_after_bind();
} else {
utils::error::raise_error(function_name,