Skip to content

Commit

Permalink
Revert "fix run.cmd script (#1633)"
Browse files Browse the repository at this point in the history
This reverts commit 192ebfe.
  • Loading branch information
TingluoHuang authored Apr 19, 2022
1 parent 2b30929 commit 40ef5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Misc/layoutroot/run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ rem Run.
rem ********************************************************************************

:launch_helper
copy "%~dp0run-helper.cmd.template" "%~dp0run-helper.cmd" /Y
copy run-helper.cmd.template run-helper.cmd /Y
call "%~dp0run-helper.cmd" %*

if %ERRORLEVEL% EQU 1 (
echo "Restarting runner..."
goto :launch_helper
) else (
echo "Exiting runner..."
exit /b 0
exit 0
)

0 comments on commit 40ef5be

Please sign in to comment.