Skip to content

Commit

Permalink
wiki: Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jan 11, 2025
1 parent 481958f commit d574341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Packaging-niri.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Important things to look for:

- The panic message is there: "overflow when subtracting durations".
- The backtrace goes all the way up to `main` and includes `cause_panic`.
- The backtrace includes the file and line number for `cause_panic`: `at /.../src/utils/mod.rs:382:13`
- The backtrace includes the file and line number for `cause_panic`: `at /.../src/utils/mod.rs:382:13`.

If possible, please ensure that your niri package on its own has good panics, i.e. *without* installing debuginfo or other packages.
The user likely won't have debuginfo installed when their compositor first crashes, and we really want to be able to diagnose and fix all crashes right away.
Expand Down

0 comments on commit d574341

Please sign in to comment.