Skip to content

Commit

Permalink
Merge pull request #307 from wakatime/bugfix/status-bar-time-empty
Browse files Browse the repository at this point in the history
Fix status bar time empty while fetching
  • Loading branch information
alanhamlett authored Aug 30, 2024
2 parents 0a1a80d + e7d6bb0 commit cdd315d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WakaTime/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, StatusBarDelegate {

do {
try process.execute()
setText("")
} catch {
Logging.default.log("Failed to run wakatime-cli fetching Today coding activity: \(error)")
}
Expand Down

0 comments on commit cdd315d

Please sign in to comment.