Explorar el Código

fx: eSync

master
SisMaker hace 4 años
padre
commit
44f68e6510
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/sync/esUtils.erl

+ 1
- 1
src/sync/esUtils.erl Ver fichero

@ -798,7 +798,7 @@ recompileSrcFile(SrcFile, SwSyncNode) ->
ignore;
{ok, Options} ->
RightFileDir = binary_to_list(filename:join(CurSrcDir, filename:basename(SrcFile))),
case CompileFun(RightFileDir, [binary, return | Options]) of
case CompileFun(RightFileDir, [binary, return, no_spawn_compiler_process | Options]) of
{ok, Module, Binary, Warnings} ->
printResults(Module, RightFileDir, [], Warnings),
reloadIfNecessary(Module, OldBinary, Binary, Filename, SwSyncNode),

Cargando…
Cancelar
Guardar