diff --git a/src/git-repository-async.js b/src/git-repository-async.js index 035af9945..295fa5ca2 100644 --- a/src/git-repository-async.js +++ b/src/git-repository-async.js @@ -25,6 +25,8 @@ export default class GitRepositoryAsync { return Git } + // The name of the error thrown when an action is attempted on a destroyed + // repository. static get DestroyedErrorName () { return 'GitRepositoryAsync.destroyed' }