add error code for git blame

This commit is contained in:
rebornix
2019-01-15 11:56:48 -08:00
parent e5a596be29
commit f27183be67
2 changed files with 6 additions and 1 deletions

View File

@@ -216,5 +216,6 @@ export const enum GitErrorCodes {
WrongCase = 'WrongCase',
CantLockRef = 'CantLockRef',
CantRebaseMultipleBranches = 'CantRebaseMultipleBranches',
PatchDoesNotApply = 'PatchDoesNotApply'
PatchDoesNotApply = 'PatchDoesNotApply',
NoPathFound = 'NoPathFound'
}