mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix Windows Readline error
This commit is contained in:
parent
9265d6480d
commit
50ebffad5a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pub fn main() -> i32 {
|
|||
};
|
||||
}
|
||||
#[cfg(windows)]
|
||||
Err(Readline::WindowResize) => {
|
||||
Err(ReadlineError::WindowResize) => {
|
||||
// This is fine; just ignore it.
|
||||
}
|
||||
Err(ReadlineError::Eof) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue