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 afe9fc9 commit 18617bdCopy full SHA for 18617bd
dwds/lib/src/connections/debug_connection.dart
@@ -41,9 +41,7 @@ class DebugConnection {
41
42
Future<void> close() =>
43
_closed ??= () async {
44
- // Close Chrome remote debugger if available
45
await _appDebugServices.chromeProxyService?.remoteDebugger.close();
46
-
47
await _appDebugServices.close();
48
_onDoneCompleter.complete();
49
}();
0 commit comments