chore: don't show ENOENT error in console#498
Conversation
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
cdrage
left a comment
There was a problem hiding this comment.
Should we do it similar to podman-desktop/extension-bootc#2419 ?
Since the main issue is that it continues to init.
I believe in this PR it just ignores the error instead of fixing the init?
|
@cdrage @feloy this code already exists in the RHEL extension podman-desktop-rhel-ext/src/macadam-init.ts Lines 31 to 35 in 0fb5e3b There was no indication in the ticket regarding which OS it is, but now I see that in your bootc PR it's on Linux only. |
When calling macadam's listVms, if there is no macadam binary found, don't show the error in the console since it is done periodically, and the error spams the logs
Closes #473