Skip to content
Snippets Groups Projects
Commit cfa8d2a6 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed error msg to be fatal

parent 78cbd2bf
No related branches found
No related tags found
No related merge requests found
Pipeline #5047 failed
......@@ -619,6 +619,7 @@ void RunServer()
if(server == nullptr)
{
cout << "Could not start server! (Port already in use?)" << endl;
exit(1);
}
// log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment