mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-19 18:46:41 +00:00
Fixed error where nothing was actually printed due to some JS.
This commit is contained in:
parent
5c567d4d8f
commit
c35db10441
@ -1005,10 +1005,8 @@ function tickListener(message) {
|
||||
//Update console
|
||||
if (message.c !== undefined) {
|
||||
for (var i = 0; i < message.c.length; i++) {
|
||||
str += message.c[i];
|
||||
terminal.add_text(message.c[i]);
|
||||
}
|
||||
|
||||
terminal.add_text(str);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user