diff --git a/tool/lib/commands/serve.dart b/tool/lib/commands/serve.dart index 6366f2ef9ce..02bdde57f90 100644 --- a/tool/lib/commands/serve.dart +++ b/tool/lib/commands/serve.dart @@ -286,7 +286,7 @@ class ServeCommand extends Command { 'run', '-d', 'chrome', - // TODO(ft-issue): + // TODO(https://github.com/flutter/flutter/issues/160130): // [flutterRunProcess] exits without the --verbose flag. '--verbose', // Add the trailing slash because this is what DevTools app expects.