enbale multiple arguments in dashboard
This commit is contained in:
parent
8ecd382a1f
commit
c9590d476c
|
@ -77,8 +77,8 @@ class Dashboard {
|
|||
this.screen.render();
|
||||
}
|
||||
|
||||
logEntry(text) {
|
||||
this.logText.log(text);
|
||||
logEntry() {
|
||||
this.logText.log(...arguments);
|
||||
this.screen.render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue