Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
sunkafei committed Jul 12, 2023

Verified

This commit was signed with the committer’s verified signature.
LuLaValva Luke LaValva
1 parent 8e880a5 commit b847db3
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
@@ -55,8 +55,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());

0 comments on commit b847db3

Please sign in to comment.