mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +00:00
enbale multiple arguments in dashboard
This commit is contained in:
parent
88cc4d05c0
commit
cd4bce8d12
@ -77,8 +77,8 @@ class Dashboard {
|
|||||||
this.screen.render();
|
this.screen.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
logEntry(text) {
|
logEntry() {
|
||||||
this.logText.log(text);
|
this.logText.log(...arguments);
|
||||||
this.screen.render();
|
this.screen.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user