mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +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);
|
exit(net_kernel_stop_failed);
|
||||||
pause_until_net_kernel_stopped(N) ->
|
pause_until_net_kernel_stopped(N) ->
|
||||||
try
|
try
|
||||||
_ = net_kernel:i(),
|
|
||||||
timer:sleep(100),
|
timer:sleep(100),
|
||||||
pause_until_net_kernel_stopped(N - 1)
|
pause_until_net_kernel_stopped(N - 1)
|
||||||
catch
|
catch
|
||||||
|
|
Loading…
Reference in a new issue