diff --git a/web/src/server/services/git-watcher.ts b/web/src/server/services/git-watcher.ts index 7d349e4f..1781a639 100644 --- a/web/src/server/services/git-watcher.ts +++ b/web/src/server/services/git-watcher.ts @@ -270,6 +270,7 @@ export class GitWatcher { gitModifiedCount: status.modified, gitUntrackedCount: status.untracked, gitStagedCount: status.staged, + gitDeletedCount: status.deleted, gitAheadCount: status.ahead, gitBehindCount: status.behind, };