This commit is contained in:
Joao Moreno
2017-06-27 12:40:28 +02:00
parent ad57b3c991
commit dd07972305
2 changed files with 3 additions and 3 deletions

View File

@@ -447,7 +447,7 @@ export class GitStatusParser {
// space
i++;
if (entry.x === 'R') {
if (entry.x === 'R' || entry.x === 'C') {
lastIndex = raw.indexOf('\0', i);
if (lastIndex === -1) {