Skip to content

Commit dd16b7d

Browse files
committed
mark fields as deprecated
1 parent ee198cd commit dd16b7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dwds/lib/dart_web_debug_service.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ class Dwds {
6666
required Stream<BuildResult> buildResults,
6767
required ConnectionProvider chromeConnection,
6868
required ToolConfiguration toolConfiguration,
69+
@Deprecated(
70+
'Use runMainAtStart instead. This parameter is ignored and will be removed in a future version.',
71+
)
72+
bool injectDebuggingSupportCode = true,
6973
bool runMainAtStart = false,
7074
}) async {
7175
globalToolConfiguration = toolConfiguration;

0 commit comments

Comments
 (0)