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
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
There are a few places where locast2tuner explicitly panics, but this means that the error messages are kind of bad. Similarly, there are places where unwrap is used, which could cause a panic. These cases should be nicely handled and errors should be logged as error!() and lead to a proper exit code.
There are a few places where locast2tuner explicitly panics, but this means that the error messages are kind of bad. Similarly, there are places where
unwrapis used, which could cause a panic. These cases should be nicely handled and errors should be logged aserror!()and lead to a proper exit code.