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>]]...
4949 + D / Option + D). This also enables
5050 --launch-in-chrome.
5151 --[no-]debug-extension Enable the backend for the Dart Debug
52- Extension.
52+ Extension. Learn more at
53+ dart.dev/to/web-debug-extension.
5354 --[no-]injected-client Whether or not to inject the
5455 client.js script in web apps. This is
5556 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.
3636 'This also enables --$launchInChromeFlag .' )
3737 ..addFlag (debugExtensionFlag,
3838 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.' )
4040 ..addFlag (enableInjectedClientFlag,
4141 help: 'Whether or not to inject the client.js script in web apps. This '
4242 'is required for all debugging related features, but may interact '
You can’t perform that action at this time.
0 commit comments