Skip to content

Commit 56582fb

Browse files
axosoft-ramintsergiolms
authored andcommitted
Fixes removed error
1 parent 6855cc6 commit 56582fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env/node/git/git.ts

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

0 commit comments

Comments
 (0)