mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
@@ -660,11 +660,6 @@ export default class GitRepositoryAsync {
|
||||
}
|
||||
return this._diffBlobToBuffer(blob, text, options)
|
||||
})
|
||||
.catch(e => {
|
||||
// NB: I don't love this, but we're matching the behavior of
|
||||
// `GitRepository` here for API compatibility.
|
||||
return {}
|
||||
})
|
||||
}
|
||||
|
||||
// Checking Out
|
||||
|
||||
Reference in New Issue
Block a user