mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-19 18:46:41 +00:00
parent
d4732d8946
commit
4cf5ea81cc
@ -958,7 +958,7 @@ function tickListener(message) {
|
|||||||
var subLines = lines[i].match(/.{1,40}/g);
|
var subLines = lines[i].match(/.{1,40}/g);
|
||||||
|
|
||||||
for (var j = 0; j < subLines.length; j++) {
|
for (var j = 0; j < subLines.length; j++) {
|
||||||
|
tmpBuffer += subLines[j];
|
||||||
//Don't put a newline at the end
|
//Don't put a newline at the end
|
||||||
if (j !== subLines.length - 1) {
|
if (j !== subLines.length - 1) {
|
||||||
tmpBuffer += "\n";
|
tmpBuffer += "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user