aaronjanse / 3mux

Terminal multiplexer inspired by i3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most errors should not be fatal

aaronjanse opened this issue · comments

It's silly to think that a parsing bug should crash the entire multiplexer. It would be better to just tell the user something is weird is happening and to submit logs.

Partially fixed by #91. Boot panics should™ now be a thing of the past.