From 257c09462f310d0e91ef5805cef5fa061e70b667 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 29 Jun 2026 09:57:04 +0000 Subject: [PATCH] fix: import sentinel warning wrapper --- scripts/src/hwlab-node-web-sentinel-p5-observe.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/src/hwlab-node-web-sentinel-p5-observe.ts b/scripts/src/hwlab-node-web-sentinel-p5-observe.ts index 129d91bb..c451752c 100644 --- a/scripts/src/hwlab-node-web-sentinel-p5-observe.ts +++ b/scripts/src/hwlab-node-web-sentinel-p5-observe.ts @@ -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 = {}): void {