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

Nonexistent linked channels silently fail #979

Open
LilithHafner opened this issue Jul 3, 2024 · 0 comments · May be fixed by #1031
Open

Nonexistent linked channels silently fail #979

LilithHafner opened this issue Jul 3, 2024 · 0 comments · May be fixed by #1031
Labels
bug Something isn't working

Comments

@LilithHafner
Copy link
Member

When adding a new channel that links to nothing, no error is thrown, and when launching that nonexistent channel, again, no error is thrown.

$ juliaup link mychannel does_not_exist
$ echo $?
0
$ julia +mychannel
$ echo $?
0
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant