ソースを参照

Adding ?ABORT macro

pull/3/head
Dave Smith 15年前
コミット
d51479c37e
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      include/rebar.hrl

+ 2
- 0
include/rebar.hrl ファイルの表示

@ -3,6 +3,8 @@
-define(FAIL, throw({error, failed})).
-define(ABORT(Str, Args), ?ERROR(Str, Args), halt(1)).
-define(CONSOLE(Str, Args), io:format(Str, Args)).
-define(DEBUG(Str, Args), rebar_log:log(debug, Str, Args)).

読み込み中…
キャンセル
保存