We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e72b9 commit 8578103Copy full SHA for 8578103
crates/ark/src/interface.rs
@@ -966,7 +966,6 @@ impl RMain {
966
) -> ConsoleResult {
967
match reply {
968
Ok(input) => {
969
- // TODO!: Use `check_console_input()` here too? Getting arbitrary input from the user here.
970
let input = convert_line_endings(&input.value, LineEnding::Posix);
971
match Self::on_console_input(buf, buflen, input) {
972
Ok(()) => ConsoleResult::NewInput,
0 commit comments