mrodz / fieldz-desktop

Sports Scheduling & Administration Solution
https://www.fieldz.app
Mozilla Public License 2.0
2 stars 0 forks source link

Eliminate panics in `schedule` command #102

Closed mrodz closed 4 months ago

mrodz commented 4 months ago

If for whatever reason, a panic occurs in the schedule command: https://github.com/mrodz/fieldz-desktop/blob/e8847c3e87aa53ec91068969fb6c6ebcb74e4a00/desktop/src/bridge.rs#L655 ... the client will not be notified and the error will not be logged, which is less than ideal.