mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
Re-add try catch for getting status func.
This commit is contained in:
@@ -35,11 +35,6 @@ class ServerStatus {
|
||||
late List<DiskInfo?> disk;
|
||||
late TcpStatus tcp;
|
||||
|
||||
ServerStatus(
|
||||
this.cpu2Status,
|
||||
this.memList,
|
||||
this.sysVer,
|
||||
this.uptime,
|
||||
this.disk,
|
||||
this.tcp);
|
||||
ServerStatus(this.cpu2Status, this.memList, this.sysVer, this.uptime,
|
||||
this.disk, this.tcp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user