Explorar el Código

打印格式调整

master
SisMaker hace 5 años
padre
commit
a36edce079
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/erlNpc.erl

+ 2
- 2
src/erlNpc.erl Ver fichero

@ -7,13 +7,13 @@
main(Args) ->
file:set_cwd("c_src"),
{ok, Dir} = file:get_cwd(),
io:format("erlNpc begin compile pwd:~p ~n", [Dir]),
io:format("erlNpc begin compile pwd:~15.p ~n", [Dir]),
FunCom =
fun(File) ->
case filelib:is_dir(File) == true andalso lists:nth(1, File) =/= 46 andalso filename:basename(File) =/= "include" of
true ->
{ok, CurDir} = file:get_cwd(),
io:format("erlNpc cur compile/clean: ~s, cur pwd:~p ~n", [File, CurDir]),
io:format("erlNpc cur ~p: ~-18.s, cur pwd:~p ~n", [Args, File, CurDir]),
file:set_cwd(File),
rebar:main(Args),
file:set_cwd("..");

Cargando…
Cancelar
Guardar