File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ Usage: webdev serve [arguments] [<directory>[:<port>]]...
49
49
+ D / Option + D). This also enables
50
50
--launch-in-chrome.
51
51
--[no-]debug-extension Enable the backend for the Dart Debug
52
- Extension.
52
+ Extension. Learn more at
53
+ dart.dev/to/web-debug-extension.
53
54
--[no-]injected-client Whether or not to inject the
54
55
client.js script in web apps. This is
55
56
required for all debugging related
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ refresh: Performs a full page refresh.
36
36
'This also enables --$launchInChromeFlag .' )
37
37
..addFlag (debugExtensionFlag,
38
38
help: 'Enable the backend for the Dart Debug Extension. '
39
- 'Learn more at https:// dart.dev/to/web-debug-extension.' )
39
+ 'Learn more at dart.dev/to/web-debug-extension.' )
40
40
..addFlag (enableInjectedClientFlag,
41
41
help: 'Whether or not to inject the client.js script in web apps. This '
42
42
'is required for all debugging related features, but may interact '
You can’t perform that action at this time.
0 commit comments