feat: better handle errors during setup

This commit is contained in:
seth 2023-12-13 11:47:08 -05:00
parent 9ae8b98e1a
commit 3e3be2aed5
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 32 additions and 9 deletions

View file

@ -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 {