imsnif/diskonaut

Feature: error reporting with clean stacktraces

Ouverte

#18 ouverte le 17 juin 2020

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (93 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (3 066 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur