Skip to content

Commit

Permalink
fix: remove panic when watching modems fails
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 29, 2024
1 parent e733eed commit 12fe368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/modem/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func (m *Manager) watch() error {
for {
if err := m.watchModems(); err != nil {
slog.Error("failed to watch modems", "error", err)
panic(err)
}
time.Sleep(1 * time.Second)
}
Expand Down

0 comments on commit 12fe368

Please sign in to comment.