<div dir="ltr">Hello,<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 27, 2016 at 3:04 PM, Bohuslav Svancara <span dir="ltr"><<a href="mailto:bsvancara@gmail.com" target="_blank">bsvancara@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div>I noticed a difference in the output capturing mechanism in the Erlang 19 release.</div><div><br></div><div>It seems this new version captures output to STDERR too.</div><div><br></div></div></div></blockquote></div><br></div><div class="gmail_extra">Windows and Unix platforms have behaved differently in this regard up until 19. On Unix stderr has been redirected to stdout, but on Windows it has not been. In Erlang/OTP 19.0 I changed it so that both Unix and Windows behave the same way, i.e. they both redirect stderr to stdout for os:cmd. It would seem that I have forgotten to mention this incompatibility in the release notes.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Lukas</div></div>