feat: better handle errors during setup
This commit is contained in:
parent
9ae8b98e1a
commit
3e3be2aed5
3 changed files with 32 additions and 9 deletions
|
@ -13,7 +13,7 @@ const LAUNCHER_VERSION_KEY: &str = "launcher-version-v1";
|
|||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Storage {
|
||||
client: Client,
|
||||
pub client: Client,
|
||||
}
|
||||
|
||||
impl Storage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue