Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldenmoon committed May 6, 2024
1 parent a9a5b45 commit aa6f543
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ private void dispatch() throws IOException {
handleQuit();
break;
case COM_QUERY:
handleQuery(command);
break;
case COM_FIELD_LIST:
handleFieldList();
Expand Down

0 comments on commit aa6f543

Please sign in to comment.