imsnif/diskonaut

Feature: error reporting with clean stacktraces

开放

#18 创建于 2020年6月17日

 (2 条评论) (0 个反应) (0 位负责人)Rust (93 个派生)github user discovery
help wanted

仓库指标

星标
 (3,066 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南