From a63e30362fe87834aaba0ef53b0f0e7eb083fdb4 Mon Sep 17 00:00:00 2001 From: joshaber Date: Mon, 4 Jan 2016 16:16:50 -0500 Subject: [PATCH] Documentation for .DestroyedErrorName --- src/git-repository-async.js | 2 ++ 1 file changed, 2 insertions(+) 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' }