Skip to content

Commit 956c323

Browse files
committed
fix variable name error
1 parent 1c55263 commit 956c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/lib/src/connections/debug_connection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:vm_service/vm_service.dart';
1313
/// Supports debugging your running application through the Dart VM Service
1414
/// Protocol.
1515
class DebugConnection {
16-
final IAppDebugServices _appDebugServices;
16+
final AppDebugServices _appDebugServices;
1717
final _onDoneCompleter = Completer();
1818

1919
/// Null until [close] is called.

0 commit comments

Comments
 (0)