From 15b28f247ced52878e285a9cf42d3ecf029575f6 Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 2 Feb 2026 19:59:24 +0000 Subject: [PATCH] Prevent engine close in Check For ZAP Errors Purposefully leak the script to allow the internal function to be used throughout the plan. Related to #9230, the engines are now closed when the script or its results are no longer in use to prevent leaks. Signed-off-by: thc202 --- .github/workflows/conf/af-check-errors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/conf/af-check-errors.yml b/.github/workflows/conf/af-check-errors.yml index 6dbabc2a4d1..7d126fa4873 100644 --- a/.github/workflows/conf/af-check-errors.yml +++ b/.github/workflows/conf/af-check-errors.yml @@ -33,6 +33,8 @@ jobs: } } System.setErr(ps) + // Eval to errors (a global var) to prevent the engine from being closed. + errors - type: script parameters: action: "run"