Add a few new internal configs to the node config
This commit is contained in:
parent
0341dbdfad
commit
e7e50bc45d
2 changed files with 12 additions and 2 deletions
|
@ -151,14 +151,14 @@ function pushToTerminal(string) {
|
|||
|
||||
if (TerminalQueue.length > 0) {
|
||||
var scrolledDown = isTerminalScrolledDown();
|
||||
|
||||
|
||||
for (var i = 0; i < CONSOLE_PUSH_COUNT && TerminalQueue.length > 0; i++) {
|
||||
pushToTerminal(TerminalQueue[0]);
|
||||
|
||||
window.ConsoleElements++;
|
||||
TerminalQueue.shift();
|
||||
}
|
||||
|
||||
|
||||
if (scrolledDown) {
|
||||
window.scrollToBottom();
|
||||
} else if ($scrollNotify.hasClass('hidden')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue