improve rendering
This commit is contained in:
parent
c47ad92f21
commit
8a059b92d5
30 changed files with 286 additions and 260 deletions
|
@ -35,7 +35,11 @@ class ServerInterface {
|
|||
}
|
||||
|
||||
error(msg) {
|
||||
this.log(msg, 'red');
|
||||
this.log(msg, 'red', 'bold');
|
||||
}
|
||||
|
||||
warning(msg) {
|
||||
this.log(msg, 'yellow');
|
||||
}
|
||||
|
||||
capLogfile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue