|
|
|
@ -77,6 +77,6 @@ where
|
|
|
|
|
|
|
|
|
|
/// Sends `readyok` to the GUI
|
|
|
|
|
pub fn ready(&mut self) { |
|
|
|
|
write!(&mut self.writer, "{}", commands::ReADYOK).expect("failed to send `readyok` command"); |
|
|
|
|
write!(&mut self.writer, "{}", commands::READYOK).expect("failed to send `readyok` command"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|