make linter happy

This commit is contained in:
Jörg Breitbart
2018-12-18 10:50:30 +01:00
parent e5ff04e798
commit 0da6300102
+1 -1
View File
@@ -541,7 +541,7 @@ describe('Buffer', () => {
? input[i]
: (i % 3 === 1)
? input.substr(i, 2)
: input.substr(i-1, 2),
: input.substr(i - 1, 2),
terminal.buffer.lines.get(bufferIndex[0]).get(bufferIndex[1])[CHAR_DATA_CHAR_INDEX]);
}
});