This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Make sure to bail w/ return code of 1 when error has occurred
pull/3/head
Dave Smith
15 年之前
父節點
e7277e69f0
當前提交
af5096b6f0
共有
1 個文件被更改
,包括
6 次插入
和
1 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
src/rebar.erl
+ 6
- 1
src/rebar.erl
查看文件
@ -27,4 +27,9 @@
-
export
(
[
main
/
1
]
)
.
-
export
(
[
main
/
1
]
)
.
main
(
Args
)
-
>
main
(
Args
)
-
>
rebar_core
:
run
(
Args
)
.
case
catch
(
rebar_core
:
run
(
Args
)
)
of
ok
-
>
ok
;
_
-
>
halt
(
1
)
end
.
Write
Preview
Loading…
取消
儲存