Fix wrong stub value in Windows Ctrl+C
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! A stub for Ctrl + C handling.
|
||||
|
||||
pub fn interrupted() -> bool {
|
||||
true
|
||||
false
|
||||
}
|
||||
|
||||
pub fn unset_interrupted() {}
|
||||
|
||||
Reference in New Issue
Block a user