mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
refactor(repo): resolve changed-code audit
This commit is contained in:
@@ -5,6 +5,8 @@ import { c } from "../../ui/colors.js";
|
||||
import type { RenderPlan } from "./plan.js";
|
||||
|
||||
/** Present warnings and the human render plan. JSON batch output stays silent. */
|
||||
// This phase intentionally owns every mutually exclusive human-output branch.
|
||||
// fallow-ignore-next-line complexity
|
||||
export async function presentRenderPlan(plan: RenderPlan): Promise<void> {
|
||||
await presentRenderWarnings(plan);
|
||||
if (plan.effectiveQuiet || plan.batchPath) return;
|
||||
|
||||
Reference in New Issue
Block a user