mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
@@ -10,6 +10,7 @@ module.exports =
|
||||
for path, status of repo.getStatuses()
|
||||
statuses[fs.join(workingDirectoryPath, path)] = status
|
||||
upstream = repo.getAheadBehindCount()
|
||||
repo.release()
|
||||
else
|
||||
upstream = {}
|
||||
statuses = {}
|
||||
|
||||
Reference in New Issue
Block a user