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
erlydtl: add missing clause (Reported-by: goofansu)
erlydtl implemented 'binary' option. Add new clause for {binary, false}.
pull/3/head
Tuncer Ayaz
hace 11 años
padre
03e7993402
commit
3c1b819369
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
src/rebar_erlydtl_compiler.erl
+ 2
- 0
src/rebar_erlydtl_compiler.erl
Ver fichero
@ -210,6 +210,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
Opts
)
of
ok
-
>
ok
;
{
ok
,
_
Mod
,
Ws
}
-
>
rebar_base_compiler
:
ok_tuple
(
Config
,
Source
,
Ws
)
;
{
ok
,
_
Mod
,
_
Bin
,
Ws
}
-
>
rebar_base_compiler
:
ok_tuple
(
Config
,
Source
,
Ws
)
;
error
-
>
Escribir
Vista previa
Cargando…
Cancelar
Guardar