diff --git a/src/bin/ngri.rs b/src/bin/ngri.rs index 772016b..c78179f 100644 --- a/src/bin/ngri.rs +++ b/src/bin/ngri.rs @@ -141,6 +141,7 @@ fn main() -> Result<(), BackendError> { } Err(ReadlineError::Eof) => break, Err(ReadlineError::Interrupted) => break, + #[cfg(not(windows))] Err(ReadlineError::Errno(e)) => { eprintln!("Unknown syscall error: {}", e); break;