Skip to content

Commit dec9c63

Browse files
committed
Text differ fix
1 parent 780df96 commit dec9c63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script-snapshot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ StringScriptSnapshot.prototype.getChangeRange = function(oldSnapshot) {
3535
if (diff.removed) {
3636
changes.push(ts.createTextChangeRange(
3737
ts.createTextSpan(ind, diff.count), 0));
38-
ind -= diff.count;
3938
continue;
4039
}
4140

0 commit comments

Comments
 (0)