Improve error reporting in rabbitmq-diagnostics.bat

This commit is contained in:
Artem Zinenko 2018-10-17 17:01:01 +03:00
parent 5facb09a07
commit 3cb28d2042
1 changed files with 4 additions and 0 deletions

View File

@ -58,5 +58,9 @@ if not defined ERL_CRASH_DUMP_SECONDS (
-escript main rabbitmqctl_escript ^
-extra "%RABBITMQ_HOME%\escript\rabbitmq-diagnostics" !STAR!
if ERRORLEVEL 1 (
exit /B 1
)
endlocal
endlocal