Skip to content

Commit

Permalink
Merge pull request wildfly-extras#688 from spyrkob/JBEAP-27255
Browse files Browse the repository at this point in the history
Return the status of java execution in bat script
  • Loading branch information
spyrkob authored Jun 6, 2024
2 parents 29cd76a + d9d1ee6 commit 57043a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,4 @@ if %errorlevel% equ 10 (
if "x%NOPAUSE%" == "x" pause

:END_NO_PAUSE
exit /b %errorlevel%

0 comments on commit 57043a2

Please sign in to comment.