mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Try using .getStatusExt instead of .getStatus.
This commit is contained in:
@@ -1022,7 +1022,7 @@ export default class GitRepositoryAsync {
|
||||
opts.pathspec = paths
|
||||
}
|
||||
|
||||
return repo.getStatus(opts)
|
||||
return repo.getStatusExt(opts)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user