We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c3e45 commit d3262b6Copy full SHA for d3262b6
frontend_server_client/example/vm_client.dart
@@ -43,7 +43,7 @@ void main(List<String> args) async {
43
Process appProcess;
44
final vmServiceCompleter = Completer<VmService>();
45
appProcess = await Process.start(Platform.resolvedExecutable, [
46
- '--enable-vm-service',
+ '--enable-vm-service=0',
47
result.dillOutput!,
48
]);
49
final sawHelloWorld = Completer<void>();
0 commit comments