opt.
This commit is contained in:
@@ -153,7 +153,7 @@ class _PingPageState extends State<PingPage>
|
||||
return;
|
||||
}
|
||||
final result = await e.client!.run('ping -c 3 $target').string;
|
||||
_results.add(PingResult.parse(e.info.name, result));
|
||||
_results.add(PingResult.parse(e.spi.name, result));
|
||||
setState(() {});
|
||||
}));
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user