Skip to content

Commit

Permalink
do not set exitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 24, 2024
1 parent 67bf2de commit 3519e44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/firehose/lib/src/health/health.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ ${changeForPackage.entries.map((e) => '|${e.key.name}|${e.value.toMarkdownRow()}
'extract',
...['--input', relativePath],
...['--output', reportPath],
'--set-exit-on-missing-export',
];
var runApiTool = Process.runSync(
'dart',
Expand Down

0 comments on commit 3519e44

Please sign in to comment.