mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
commit
f2b79fc748
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