Show status after toggling logger
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
This commit is contained in:
parent
20f3aa2b78
commit
5dc0dba29e
@ -35,8 +35,10 @@ class logger {
|
||||
switch($logger) {
|
||||
case 0:
|
||||
$logger = true;
|
||||
this.status();
|
||||
case 1:
|
||||
$logger = false;
|
||||
this.status();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user