File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -58,5 +58,9 @@ if not defined ERL_CRASH_DUMP_SECONDS (
5858-escript main rabbitmqctl_escript ^
5959-extra " %RABBITMQ_HOME% \escript\rabbitmq-diagnostics" !STAR!
6060
61+ if ERRORLEVEL 1 (
62+ exit /B 1
63+ )
64+
6165endlocal
6266endlocal
Original file line number Diff line number Diff line change @@ -58,5 +58,9 @@ if not defined ERL_CRASH_DUMP_SECONDS (
5858-escript main rabbitmqctl_escript ^
5959-extra " %RABBITMQ_HOME% \escript\rabbitmq-plugins" !STAR!
6060
61+ if ERRORLEVEL 1 (
62+ exit /B 1
63+ )
64+
6165endlocal
6266endlocal
Original file line number Diff line number Diff line change @@ -58,5 +58,9 @@ if not defined ERL_CRASH_DUMP_SECONDS (
5858-escript main rabbitmqctl_escript ^
5959-extra " %RABBITMQ_HOME% \escript\rabbitmqctl" !STAR!
6060
61+ if ERRORLEVEL 1 (
62+ exit /B 1
63+ )
64+
6165endlocal
6266endlocal
You can’t perform that action at this time.
0 commit comments