chore: release v0.0.2

This commit is contained in:
Jack Wills
2022-04-29 18:01:55 +00:00
parent 21c6bbec5f
commit cf3d0dad3b
6 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ pub async fn create_ui(
terminal.show_cursor().unwrap();
if let Err(err) = res {
println!("{}", err);
println!("{}", err);
}
Ok(())
}