mirror of
https://github.com/atom/atom.git
synced 2026-02-03 11:14:59 -05:00
Call the better-named method.
This commit is contained in:
@@ -324,7 +324,7 @@ class GitRepository
|
||||
# {::isStatusModified} or {::isStatusNew} to get more information.
|
||||
getPathStatus: (path) ->
|
||||
# Trigger events emitted on the async repo as well
|
||||
@async.getPathStatus(path)
|
||||
@async.refreshStatusForPath(path)
|
||||
|
||||
repo = @getRepo(path)
|
||||
relativePath = @relativize(path)
|
||||
|
||||
Reference in New Issue
Block a user