mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Provide _refreshingPromise.
This commit is contained in:
@@ -45,6 +45,11 @@ export default class GitRepositoryAsync {
|
||||
}
|
||||
}
|
||||
|
||||
// This exists to provide backwards compatibility.
|
||||
get _refreshingPromise () {
|
||||
return this.repo._refreshingPromise
|
||||
}
|
||||
|
||||
// Public: Destroy this {GitRepositoryAsync} object.
|
||||
//
|
||||
// This destroys any tasks and subscriptions and releases the underlying
|
||||
|
||||
Reference in New Issue
Block a user