This commit is contained in:
lollipopkit
2023-09-23 10:54:42 +08:00
parent f2981c5b15
commit 5a9fd74470
22 changed files with 117 additions and 136 deletions

View File

@@ -50,7 +50,7 @@ class DockerProvider extends ChangeNotifier {
Future<void> refresh() async {
var raw = '';
await client!.execWithPwd(
AppShellFuncType.docker.exec,
ShellFunc.docker.exec,
context: context,
onStdout: (data, _) => raw = '$raw$data',
);