This commit is contained in:
joshaber
2016-02-10 14:25:05 -05:00
parent ea91588f87
commit 98a63d1d68

View File

@@ -485,6 +485,7 @@ class GitRepository
relativeProjectPaths = @project?.getPaths()
.map (path) => @relativize(path)
.filter (path) -> path.length > 0
.map (path) -> path + '/**'
@statusTask?.terminate()
@statusTask = Task.once @handlerPath, @getPath(), relativeProjectPaths, ({statuses, upstream, branch, submodules}) =>