[bots] verbose logs when analyzing samples (#90447)
diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart
index d15694e..1e4a534 100644
--- a/dev/bots/analyze.dart
+++ b/dev/bots/analyze.dart
@@ -118,10 +118,10 @@
...arguments,
]);
- // Analyze all the sample code in the repo
+ // Analyze all the sample code in the repo.
print('$clock Sample code...');
await runCommand(dart,
- <String>[path.join(flutterRoot, 'dev', 'bots', 'analyze_sample_code.dart')],
+ <String>[path.join(flutterRoot, 'dev', 'bots', 'analyze_sample_code.dart'), '--verbose'],
workingDirectory: flutterRoot,
);