mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt: only display token on iOS
This commit is contained in:
@@ -157,9 +157,7 @@ class ServerProvider extends BusyProvider {
|
||||
|
||||
// after connected
|
||||
s.cs = ServerState.connected;
|
||||
final writeResult = await s.client!
|
||||
.run(installShellCmd)
|
||||
.string;
|
||||
final writeResult = await s.client!.run(installShellCmd).string;
|
||||
|
||||
// if write failed
|
||||
if (writeResult.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user