We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd079a9 commit eba875eCopy full SHA for eba875e
lib/RemoteSync.coffee
@@ -79,6 +79,7 @@ class RemoteSync
79
repos = atom.project.getRepositories()
80
curRepo = null
81
for repo in repos
82
+ continue unless repo
83
workingDirectory = repo.getWorkingDirectory()
84
if workingDirectory == @projectPath
85
curRepo = repo
0 commit comments