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
halt with 0 on successful run
pull/266/head
Tristan Sloughter
10 years ago
parent
ebb4461f87
commit
ae7fe65a75
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar3.erl
+ 1
- 1
src/rebar3.erl
View File
@ -45,7 +45,7 @@
main
(
Args
)
-
>
case
catch
(
run
(
Args
)
)
of
{
ok
,
_
State
}
-
>
ok
;
erlang
:
halt
(
0
)
;
rebar_abort
-
>
erlang
:
halt
(
1
)
;
{
error
,
rebar_abort
}
-
>
Write
Preview
Loading…
Cancel
Save