Skip to content

Commit d693e1a

Browse files
Update packages/cli/src/commands/scan/output-scan-report.mts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Graydon Hope <41659296+graydonhope@users.noreply.github.com>
1 parent 233a41f commit d693e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/scan/output-scan-report.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export async function outputScanReport(
9393

9494
if (!scanReport.data.healthy) {
9595
// When report contains healthy: false, process should exit with non-zero code.
96-
process.exitCode = 1
96+
process.exitCode = 1;
9797
}
9898

9999
// I don't think we emit the default error message with banner for an unhealthy report, do we?

0 commit comments

Comments
 (0)