Update project.bat

This commit is contained in:
OSPanel 2024-04-26 11:37:36 +03:00
parent 77556b37fe
commit 0e030a6445

View file

@ -8,6 +8,6 @@ if not %ERRORLEVEL% gtr 0 if defined OSP_TMP_CODEPAGE chcp %OSP_TMP_CODEPAGE% >
if not %ERRORLEVEL% gtr 0 if /i "%2"=="start" goto start
goto end
:start
{project_command}
{start_command}
:end
exit /b %ERRORLEVEL%