소스 검색

catch nif load error

pull/30/head
benoitc 12 년 전
부모
커밋
852db2e568
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/jiffy.erl

+ 2
- 1
src/jiffy.erl 파일 보기

@ -93,7 +93,8 @@ init() ->
Path ->
Path
end,
erlang:load_nif(filename:join(PrivDir, "jiffy"), 0).
catch(erlang:load_nif(filename:join(PrivDir, "jiffy"), 0)),
ok.
not_loaded(Line) ->

불러오는 중...
취소
저장