add break

This commit is contained in:
Fl1tzi 2023-10-08 01:01:40 +02:00
parent 305d0ea93e
commit b26a8834c6
No known key found for this signature in database
GPG key ID: 06B333727810C686

View file

@ -181,7 +181,7 @@ impl Device {
StreamDeckError::HidError(e) => { StreamDeckError::HidError(e) => {
error!("Shutting down device because of: {e}"); error!("Shutting down device because of: {e}");
self.drop(); self.drop();
// break; break;
} }
_ => error!("{e}"), _ => error!("{e}"),
}, },