This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Use init:stop/1 over halt/1 to ensure all I/O gets a chance to flush
pull/3/head
Dave Smith
15 年之前
父節點
2734f2bcc2
當前提交
30a3816c86
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/rebar.hrl
+ 1
- 1
include/rebar.hrl
查看文件
@ -5,7 +5,7 @@
-
define
(
FAIL
,
throw
(
{
error
,
failed
}
)
)
.
-
define
(
ABORT
(
Str
,
Args
)
,
?
ERROR
(
Str
,
Args
)
,
halt
(
1
)
)
.
-
define
(
ABORT
(
Str
,
Args
)
,
?
ERROR
(
Str
,
Args
)
,
init
:
stop
(
1
)
)
.
-
define
(
CONSOLE
(
Str
,
Args
)
,
io
:
format
(
Str
,
Args
)
)
.
Write
Preview
Loading…
取消
儲存