mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Provide openedPath
For backward compatibility with GitRepoAsync before moving to ohnogit.
This commit is contained in:
@@ -50,6 +50,10 @@ export default class GitRepositoryAsync {
|
||||
return this.repo._refreshingPromise
|
||||
}
|
||||
|
||||
get openedPath () {
|
||||
return this.repo.openedPath
|
||||
}
|
||||
|
||||
// Public: Destroy this {GitRepositoryAsync} object.
|
||||
//
|
||||
// This destroys any tasks and subscriptions and releases the underlying
|
||||
|
||||
Reference in New Issue
Block a user