Skip to content

Commit

Permalink
V1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkafei committed Jul 14, 2023
1 parent 00c95c1 commit c40417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ int main(int argc, char *argv[]) {
try {
parse_command(argc, argv);
//test();
profile_string_process();
//start_server();
//profile_string_process();
start_server();
}
catch (std::exception &e) {
std::string message = std::format("[Error] {}.", e.what());
Expand Down

0 comments on commit c40417d

Please sign in to comment.