This commit is contained in:
Joao Moreno
2019-08-12 14:06:53 +02:00
parent 28bcf28232
commit 264d6ac829
2 changed files with 8 additions and 3 deletions

View File

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