Explorar el Código

ft: 编译错误

master
SisMaker hace 8 meses
padre
commit
5ae44364b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/eGLock.erl

+ 1
- 1
src/eGLock.erl Ver fichero

@ -237,7 +237,7 @@ transaction(EtsTabKeys, MFAOrFun, TimeOut) ->
Ret
end
catch
throw:Ret -> Ret;
throw:Throw-> Throw;
C:R:S ->
{error, {lockTransactionError, {MFAOrFun, EtsTabKeys}, {C, R, S}}}
after

Cargando…
Cancelar
Guardar