help wantedkind/enhancementtopic/commands
Métricas do repositório
- Stars
- (13.906 stars)
- Métricas de merge de PR
- (Mesclagem média 4d 2h) (28 fundiu PRs em 30d)
Description
Currently, it can be a bit difficult to debug dial errors because:
- We only print the last error.
- We don't clearly state what addresses we're trying to dial.
Printing something like,
error: ...
error: ...
dialing [3/N]: /ip4/STUFF...
would make this significantly easier to debug.
see #3933