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
Change output to use ?CONSOLE marco
pull/984/head
Serge Aleynikov
9 years ago
parent
cf03345486
commit
7b4ceecfdb
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_prv_state.erl
+ 1
- 1
src/rebar_prv_state.erl
View File
@ -36,7 +36,7 @@ init(State) ->
do
(
State
)
-
>
L
=
rebar_state
:
to_list
(
State
)
,
io
:
put_chars
(
"
State:
\n
"
)
,
[
io
:
format
(
"
~w
:
~p
\n
"
,
[
K
,
V
]
)
|
|
{
K
,
V
}
<
-
L
]
,
[
?
CONSOLE
(
"
~w
:
~p
\n
"
,
[
K
,
V
]
)
|
|
{
K
,
V
}
<
-
L
]
,
{
ok
,
State
}
.
-
spec
format_error
(
any
(
)
)
-
>
iolist
(
)
.
Write
Preview
Loading…
Cancel
Save