mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Enable thread safety.
This commit is contained in:
@@ -32,6 +32,8 @@ export default class GitRepositoryAsync {
|
||||
}
|
||||
|
||||
constructor (_path, options = {}) {
|
||||
Git.enableThreadSafety()
|
||||
|
||||
this.emitter = new Emitter()
|
||||
this.subscriptions = new CompositeDisposable()
|
||||
this.pathStatusCache = {}
|
||||
|
||||
Reference in New Issue
Block a user