Revert "And again."

This reverts commit a2a6ed05c5.
This commit is contained in:
joshaber
2016-03-15 10:43:57 -04:00
parent a2a6ed05c5
commit 34698d5768

View File

@@ -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