mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 15:12:50 -04:00
scripts
This commit is contained in:
parent
e1593baabf
commit
e9da652e9a
3 changed files with 27 additions and 9 deletions
|
@ -167,6 +167,9 @@ class _MyAppState extends State<MyApp> with UiLoggy {
|
|||
},
|
||||
onSubmitted: (String v) async {
|
||||
try {
|
||||
if (v.isEmpty) {
|
||||
return;
|
||||
}
|
||||
var res = await Veilid.instance.debug(v);
|
||||
loggy.info(res);
|
||||
setState(() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue