mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Documentation for .DestroyedErrorName
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user