Try using .getStatusExt instead of .getStatus.

This commit is contained in:
joshaber
2016-01-15 12:29:00 -05:00
parent 281d6a66b9
commit f30f2c0d62

View File

@@ -1022,7 +1022,7 @@ export default class GitRepositoryAsync {
opts.pathspec = paths
}
return repo.getStatus(opts)
return repo.getStatusExt(opts)
})
}
}