fix: import sentinel warning wrapper

This commit is contained in:
Codex
2026-06-29 09:57:04 +00:00
parent d41edda514
commit 257c09462f
@@ -29,6 +29,7 @@ import {
stringAtNullable,
targetValidationElapsedWarnings,
text,
withWarnings,
} from "./hwlab-node-web-sentinel-cicd";
function printQuickVerifyProgress(state: SentinelCicdState, runId: string | null, phase: string, status: string, extra: Record<string, unknown> = {}): void {