Skip to content

Commit

Permalink
We like that this returns an R error elegantly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Sep 24, 2024
1 parent 63e72b9 commit 8578103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ark/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@ impl RMain {
) -> ConsoleResult {
match reply {
Ok(input) => {
// TODO!: Use `check_console_input()` here too? Getting arbitrary input from the user here.
let input = convert_line_endings(&input.value, LineEnding::Posix);
match Self::on_console_input(buf, buflen, input) {
Ok(()) => ConsoleResult::NewInput,
Expand Down

0 comments on commit 8578103

Please sign in to comment.