diff options
-rw-r--r-- | src/rabbit_control.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl index ae10712e..f05aaedf 100644 --- a/src/rabbit_control.erl +++ b/src/rabbit_control.erl @@ -396,6 +396,7 @@ prettify_typed_amqp_value(Type, Value) -> _ -> Value end. +% the slower shutdown on windows required to flush stdout quit(Status) -> case os:type() of {unix, _} -> |