imsnif/diskonaut

Feature: error reporting with clean stacktraces

Aberta

#18 aberto em 17 de jun. de 2020

 (2 comentários) (0 reação) (0 responsável)Rust (93 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (3.066 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Right now, if the app panics, the stacktrace we see is very much messed up and hard to read, since the terminal is in "raw mode". It would be nice if we could catch all these errors, clear the terminal, exit raw mode and then print them to the screen.

Guia do colaborador