Skip to content

Commit eba875e

Browse files
committed
fix #174
1 parent fd079a9 commit eba875e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/RemoteSync.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class RemoteSync
7979
repos = atom.project.getRepositories()
8080
curRepo = null
8181
for repo in repos
82+
continue unless repo
8283
workingDirectory = repo.getWorkingDirectory()
8384
if workingDirectory == @projectPath
8485
curRepo = repo

0 commit comments

Comments
 (0)