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

fix(@deltachat/stdio-rpc-server): fix version check when deltachat-rpc-server is found in path #5579

Merged
merged 4 commits into from
May 17, 2024

Conversation

Simon-Laux
Copy link
Member

No description provided.

@link2xt link2xt changed the title rps-server npm: fix version check when deltachat-rpc-server is found in path fix(deltachat-rpc-server npm-package): fix version check when deltachat-rpc-server is found in path May 16, 2024
@link2xt link2xt changed the title fix(deltachat-rpc-server npm-package): fix version check when deltachat-rpc-server is found in path fix(@deltachat/stdio-rpc-server): fix version check when deltachat-rpc-server is found in path May 16, 2024
@Simon-Laux Simon-Laux requested a review from link2xt May 16, 2024 18:04
);
return executable;
} catch (error) {
if (error.code == 127) return "";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just check for >0, there are other errors in the man page.

@Simon-Laux Simon-Laux merged commit 0ba0bd3 into main May 17, 2024
38 checks passed
@Simon-Laux Simon-Laux deleted the simon/fix-android-path-version-check branch May 17, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants