We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0e907 commit 15166baCopy full SHA for 15166ba
1 file changed
journald.go
@@ -156,7 +156,6 @@ func handleLogEntry(entry LogEntry, driveName string) {
156
if err := sendDesktopNotificationError(title, message); err != nil {
157
fmt.Printf("Failed to send notification: %v\n", err)
158
}
159
- return
160
161
162
func requestFileMove(entry LogEntry, driveName string) {
0 commit comments