Skip to content

Commit 1187eac

Browse files
Fixes removed error
1 parent 1a652e4 commit 1187eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/env/node/git/git.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const GitErrors = {
7979
ambiguousArgument: /fatal:\s*ambiguous argument ['"].+['"]: unknown revision or path not in the working tree/i,
8080
badRevision: /bad revision '(.*?)'/i,
8181
cantLockRef: /cannot lock ref|unable to update local ref/i,
82+
changesWouldBeOverwritten: /Your local changes to the following files would be overwritten/i,
8283
commitChangesFirst: /Please, commit your changes before you can/i,
8384
conflict: /^CONFLICT \([^)]+\): \b/m,
8485
entryNotUpToDate: /error:\s*Entry ['"].+['"] not uptodate\. Cannot merge\./i,

0 commit comments

Comments
 (0)