mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix basho/rebar/issues/286
This commit is contained in:
parent
71c717d86b
commit
2716d83a18
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue