Fix basho/rebar/issues/286

This commit is contained in:
Tuncer Ayaz 2012-12-17 12:53:48 +01:00
parent 71c717d86b
commit 2716d83a18

View file

@ -762,7 +762,6 @@ pause_until_net_kernel_stopped(0) ->
exit(net_kernel_stop_failed);
pause_until_net_kernel_stopped(N) ->
try
_ = net_kernel:i(),
timer:sleep(100),
pause_until_net_kernel_stopped(N - 1)
catch