Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Adding ?ABORT macro
pull/3/head
Dave Smith
hace 15 años
padre
c99e6da250
commit
d51479c37e
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
include/rebar.hrl
+ 2
- 0
include/rebar.hrl
Ver fichero
@ -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
)
)
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar