fix search command
This commit is contained in:
@@ -23,6 +23,7 @@ pub fn cons_rw(sock: &TcpSock, input: &str) -> String {
|
||||
Err(_) => break(),
|
||||
};
|
||||
}
|
||||
|
||||
output.clear();
|
||||
|
||||
writer.write((input.to_owned() + "\n").as_bytes()).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user