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
I was quite confused getting the following error messages from cargo-unleash when trying to run it locally:
Apparently those error messages were printed out with a black text color, and since my terminal background is also black the text is effectively invisible. If I copy-paste the text somewhere else (or redirect cargo-unleash's output to a file) I can read the error messages just fine:
ERROR [cargo_unleash::commands::check] "node-runtime: Bad metadata: description is missing"
ERROR [cargo_unleash::commands::check] "node-bench: Bad metadata: repository is missing"
ERROR [cargo_unleash::commands::check] "node-inspect: Bad metadata: description is missing"
ERROR [cargo_unleash::commands::check] "node-rpc: Bad metadata: description is missing"
Error: "Soft checkes failed with 4 errors (see above)"
Just for reference, I'm using rxvt-unicode as my terminal and I'm launching it with the following parameters:
hmmm... that's odd. Quick investigation tells me, this is must be the default print-format for the anyhow:Error, we just bubble all the way up to main, just containing a bunch of string - we aren't doing anything else to it on the cargo-unleash-side 🤔 ...
Yeah, I found it quite strange too; it's probably not an issue on cargo-unleash side per-se, I just wanted to document it here in case anyone also gets confused as to why the errors are not being displayed.
I was quite confused getting the following error messages from
cargo-unleash
when trying to run it locally:Apparently those error messages were printed out with a black text color, and since my terminal background is also black the text is effectively invisible. If I copy-paste the text somewhere else (or redirect
cargo-unleash
's output to a file) I can read the error messages just fine:Just for reference, I'm using
rxvt-unicode
as my terminal and I'm launching it with the following parameters:The text was updated successfully, but these errors were encountered: