Skip to content

Commit

Permalink
Fix CVM/HTM error catching
Browse files Browse the repository at this point in the history
  • Loading branch information
aber-sandag committed Apr 10, 2024
1 parent 1052118 commit 3e7c8ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/cvm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ IF %ERRORLEVEL% NEQ 0 (GOTO :ERROR) else (GOTO :SUCCESS)
CD /d %PROJECT_DRIVE%%PROJECT_DIRECTORY%
ECHO ERROR: CVM failed!
ECHO %DATE% %TIME%
EXIT /B
EXIT /B 2
2 changes: 1 addition & 1 deletion src/main/resources/cvmEst.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ IF %ERRORLEVEL% NEQ 0 (GOTO :ERROR) else (GOTO :SUCCESS)
CD /d %PROJECT_DRIVE%%PROJECT_DIRECTORY%
ECHO ERROR: CVM_Est failed!
ECHO %DATE% %TIME%
EXIT /B
EXIT /B 2
2 changes: 1 addition & 1 deletion src/main/resources/htm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ IF %ERRORLEVEL% NEQ 0 (GOTO :ERROR) else (GOTO :SUCCESS)
CD /d %PROJECT_DRIVE%%PROJECT_DIRECTORY%
ECHO ERROR: HTM failed!
ECHO %DATE% %TIME%
EXIT /B
EXIT /B 2

0 comments on commit 3e7c8ee

Please sign in to comment.