mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Use repoPath as parameter name to loadStatuses()
This commit is contained in:
@@ -3,8 +3,8 @@ fsUtils = require 'fs-utils'
|
||||
path = require 'path'
|
||||
|
||||
module.exports =
|
||||
loadStatuses: (path) ->
|
||||
repo = Git.open(path)
|
||||
loadStatuses: (repoPath) ->
|
||||
repo = Git.open(repoPath)
|
||||
if repo?
|
||||
workingDirectoryPath = repo.getWorkingDirectory()
|
||||
statuses = {}
|
||||
|
||||
Reference in New Issue
Block a user