Work on scroll list style.
This commit is contained in:
+4
-1
@@ -257,7 +257,10 @@ pub fn main() -> ExitCode {
|
||||
|
||||
match iced_result {
|
||||
Ok(()) => ExitCode::SUCCESS,
|
||||
Err(_) => ExitCode::from(42), // Custom error code
|
||||
Err(ex) => {
|
||||
println!("ICED Error: {}", ex);
|
||||
ExitCode::from(42)
|
||||
}, // Custom error code
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user