You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's just .expect() and .unwrap() spam to get stuff done quick.
If the internal crate should ever be exposed to crates.io for people to write their own launchers, it should return actual errors so people can show error messages instead of crashing.
Not a priority right now, I'm only returning errors where I personally need them for tql_gui.
The text was updated successfully, but these errors were encountered:
Currently there's just
.expect()
and.unwrap()
spam to get stuff done quick.If the internal crate should ever be exposed to crates.io for people to write their own launchers, it should return actual errors so people can show error messages instead of crashing.
Not a priority right now, I'm only returning errors where I personally need them for
tql_gui
.The text was updated successfully, but these errors were encountered: