Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowaykeanho committed Aug 13, 2023
1 parent 2b330a3 commit e8047fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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!|"
)
)

Expand Down

0 comments on commit e8047fe

Please sign in to comment.