mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
fix(brotli): protect and unprotect buffer values (#12829)
This commit is contained in:
@@ -1105,7 +1105,7 @@ pub const TestCommand = struct {
|
||||
if (reporter.summary.fail > 0 or (coverage.enabled and coverage.fractions.failing and coverage.fail_on_low_coverage)) {
|
||||
Global.exit(1);
|
||||
} else if (reporter.jest.unhandled_errors_between_tests > 0) {
|
||||
Global.exitWide(@intCast(reporter.jest.unhandled_errors_between_tests));
|
||||
Global.exit(reporter.jest.unhandled_errors_between_tests);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user