This commit is contained in:
joshaber
2015-12-10 11:33:01 -05:00
parent bea7ce55d5
commit abf5697240

View File

@@ -804,7 +804,7 @@ export default class GitRepositoryAsync {
// Has the repository been destroyed?
//
// Returns :: Bool
_destroyed() {
_destroyed () {
return this.repoPromise == null
}