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
When adding windows implementation the new_client call had a possibility of failing so the result was wrapped in a Result<Client>. This caused the existing api to use a unwrap_or_else and panic since we couldn't pass the result onto the user.
Signed-off-by: James Sturtevant <[email protected]>
0 commit comments