Skip to content

Commit 33014be

Browse files
authored
Update README.md
1 parent 6983388 commit 33014be

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# human-panic
2-
[![crates.io version][1]][2] [![build status][3]][4]
3-
[![downloads][5]][6] [![docs.rs docs][7]][8]
2+
#### Human-panic fork maintained by Uzair Aftab
3+
4+
Created to be used in Tauri projects. The API interface is the same, only less verbose
5+
46

57
Panic messages for humans. Handles panics by calling
68
[`std::panic::set_hook`](https://doc.rust-lang.org/std/panic/fn.set_hook.html)
@@ -30,20 +32,15 @@ note: Run with `RUST_BACKTRACE=1` for a backtrace.
3032
```
3133

3234
### Human-Panic Output
33-
3435
```txt
3536
Well, this is embarrassing.
3637
37-
human-panic had a problem and crashed. To help us diagnose the problem you can send us a crash report.
38-
39-
We have generated a report file at "/var/folders/zw/bpfvmq390lv2c6gn_6byyv0w0000gn/T/report-8351cad6-d2b5-4fe8-accd-1fcbf4538792.toml". Submit an issue or email with the subject of "human-panic Crash Report" and include the report as an attachment.
40-
41-
- Homepage: https://github.com/yoshuawuyts/human-panic
42-
- Authors: Yoshua Wuyts <[email protected]>
38+
human-panic had a problem and crashed.
4339
44-
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.
40+
We have generated a report file at
41+
/var/folders/zw/bpfvmq390lv2c6gn_6byyv0w0000gn/T/report-8351cad6-d2b5-4fe8-accd-1fcbf4538792.toml
42+
Submit an issue or email with the subject of "human-panic Crash Report" and include the report as an attachment.
4543
46-
Thank you kindly!
4744
```
4845

4946
The error dump file generated by `human-panic` contains the following fields.

0 commit comments

Comments
 (0)