Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Adding ?ABORT macro
pull/3/head
Dave Smith
15 anni fa
parent
c99e6da250
commit
d51479c37e
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
include/rebar.hrl
+ 2
- 0
include/rebar.hrl
Vedi File
@ -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
)
)
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva