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
Remove gratuitous prefix in error log
pull/3/head
Tuncer Ayaz
13 years ago
parent
d2cf35ad02
commit
e62ea1994c
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.erl
+ 1
- 1
src/rebar.erl
View File
@ -177,7 +177,7 @@ parse_args(Args) ->
unabbreviate_command_names
(
filter_flags
(
NonOptArgs
,
[
]
)
)
;
{
error
,
{
Reason
,
Data
}
}
-
>
?
ERROR
(
"
Error:
~s
~p
~n
~n
"
,
[
Reason
,
Data
]
)
,
?
ERROR
(
"
~s
~p
~n
~n
"
,
[
Reason
,
Data
]
)
,
help
(
)
,
halt
(
1
)
end
.
Write
Preview
Loading…
Cancel
Save