Skip to content

Commit 8578103

Browse files
committed
We like that this returns an R error elegantly
1 parent 63e72b9 commit 8578103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ark/src/interface.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ impl RMain {
966966
) -> ConsoleResult {
967967
match reply {
968968
Ok(input) => {
969-
// TODO!: Use `check_console_input()` here too? Getting arbitrary input from the user here.
970969
let input = convert_line_endings(&input.value, LineEnding::Posix);
971970
match Self::on_console_input(buf, buflen, input) {
972971
Ok(()) => ConsoleResult::NewInput,

0 commit comments

Comments
 (0)