From e8047fe1ffb1db698915f0706492430f36e013e7 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Sun, 13 Aug 2023 19:53:11 +0800 Subject: [PATCH] s --- ci.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.cmd b/ci.cmd index 960f53bc..7add7bc3 100755 --- a/ci.cmd +++ b/ci.cmd @@ -311,9 +311,10 @@ for /F "usebackq delims=" %%A in ("%PROJECT_PATH_ROOT%\CONFIG.toml") do ( set "stop=1" ) + echo "RC DEBUG: |!%%i!|" if NOT "!stop!"=="1" ( set "line=!line!%%i" - echo "C DEBUG: did ran here. !line!" + echo "C DEBUG: |!line!|" ) )