Skip to content

Commit

Permalink
Add stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jun 26, 2023
1 parent 7069c47 commit c655a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/firehose/lib/firehose.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Firehose {
Firehose(this.directory);

Future<void> healthCheck(List argResult) async {
print('Start health check for the checks $argResult');
var checks = <Future<HealthCheckResult> Function(Github)>[
if (argResult.contains('version')) validateCheck,
if (argResult.contains('license')) licenseCheck,
Expand Down

0 comments on commit c655a7b

Please sign in to comment.