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 ff90130 commit 5db50c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ if not exist "%PROJECT_PATH_ROOT%\CONFIG.toml" (

for /F "usebackq delims=" %%A in ("%PROJECT_PATH_ROOT%\CONFIG.toml") do (
echo "DEBUG RAW LINE: %%A"
set "%%A=%%A:#="&rem %
echo "DEBUG CHOPPED LINE: %%A"
set "line="
set "stop=0"
for /f "tokens=1 delims=" %%i in ("%%A") do (
Expand Down

0 comments on commit 5db50c7

Please sign in to comment.