Parser tries to replace diffLine object, not its data
This commit is contained in:
parent
8055f309da
commit
21d77b6842
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var diffLines =
|
var diffLines =
|
||||||
diffInput.replace(/\\ No newline at end of file/g, '')
|
diffInput.data.replace(/\\ No newline at end of file/g, '')
|
||||||
.replace(/\r\n?/g, '\n')
|
.replace(/\r\n?/g, '\n')
|
||||||
.split('\n');
|
.split('\n');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue