Merge 4cf5ea81cc87c33c59bd256bdd6443a2eb0606c4 into 22c64110e98ba57eddde5287796977f1ed1684b2

This commit is contained in:
Kevin Ramharak 2018-01-04 12:34:13 +00:00 committed by GitHub
commit d6b098bcde

View File

@ -958,7 +958,7 @@ function tickListener(message) {
var subLines = lines[i].match(/.{1,40}/g);
for (var j = 0; j < subLines.length; j++) {
tmpBuffer += subLines[j];
//Don't put a newline at the end
if (j !== subLines.length - 1) {
tmpBuffer += "\n";