Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-23 | Report Windows panics through MessageBox | Matt T. Proud | |
Alacritty is often spawned through the executable on Windows. Since this doesn't allow access to the stderr and crashes on startup are more common on Windows due to the agent, it can be hard to troubleshoot issues. This reports all Alacritty crashes through error popups on Windows, which should resolve the problem of crashing Alacritty instances without any error feedback. |