This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix R13 compatibility (auto imported monitor/2)
pull/3/head
Alfonso De Gregorio
13 years ago
committed by
Tuncer Ayaz
parent
6254b341d6
commit
6f76d14499
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_eunit.erl
+ 1
- 1
src/rebar_eunit.erl
View File
@ -562,7 +562,7 @@ reconstruct_app_env_vars([]) ->
ok
.
wait_until_dead
(
Pid
)
when
is_pid
(
Pid
)
-
>
Ref
=
monitor
(
process
,
Pid
)
,
Ref
=
erlang
:
monitor
(
process
,
Pid
)
,
receive
{
'DOWN'
,
Ref
,
process
,
_
Obj
,
Info
}
-
>
Info
Write
Preview
Loading…
Cancel
Save