diff options
| author | Artem Zinenko <Artem.Zinenko@kaspersky.com> | 2018-10-17 15:23:10 +0300 |
|---|---|---|
| committer | Artem Zinenko <Artem.Zinenko@kaspersky.com> | 2018-10-17 15:23:10 +0300 |
| commit | 4c3175cf32f51be5a928ecf0116f2e244eee3ad5 (patch) | |
| tree | 5ececc05433d4b0a440beddda2583effd2ce4595 /scripts | |
| parent | 2a61385cc58b67c45c5873e20151b2721bfa67ce (diff) | |
| download | rabbitmq-server-git-4c3175cf32f51be5a928ecf0116f2e244eee3ad5.tar.gz | |
Fixes #1735: Improve error reporting in rabbitmqctl.bat
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rabbitmqctl.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/rabbitmqctl.bat b/scripts/rabbitmqctl.bat index de94df6d57..3ceac03797 100644 --- a/scripts/rabbitmqctl.bat +++ b/scripts/rabbitmqctl.bat @@ -58,5 +58,9 @@ if not defined ERL_CRASH_DUMP_SECONDS ( -escript main rabbitmqctl_escript ^
-extra "%RABBITMQ_HOME%\escript\rabbitmqctl" !STAR!
+if ERRORLEVEL 1 (
+ EXIT /B 1
+)
+
endlocal
endlocal
|
