Skip to content

v1.0.81

Choose a tag to compare

@github-actions github-actions released this 28 May 08:09
· 2660 commits to main since this release
9e898d1
forgot to flush output bruh (#127)

Guy on discord had a problem that `helix delete` was "freezing". the
prompt to ask if the user is sure if they want to delete an instance or
not was just not showing because `print!` does not auto flush stdout
unlike `println!` in rust.