Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: Remove std::process::exit usage #3544

Conversation

acheroncrypto
Copy link
Collaborator

Problem

Client libraries pretty much should never use std::process::exit, but we do use it here:

std::process::exit(1);

Summary of changes

Remove std::process::exit usage and gracefully handle the errors instead.

Copy link

vercel bot commented Feb 7, 2025

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added client fix Bug fix PR labels Feb 7, 2025
@acheroncrypto acheroncrypto merged commit 16e166c into coral-xyz:master Feb 7, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client fix Bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant