소스 검색

Fix function overspec.

pull/2155/head
Guilherme Andrade 5 년 전
부모
커밋
df808931cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_dir.erl

+ 1
- 1
src/rebar_dir.erl 파일 보기

@ -56,7 +56,7 @@ profile_dir(Opts, Profiles) ->
profile_dir_name(State) ->
profile_dir_name_(rebar_state:current_profiles(State)).
-spec profile_dir_name_([atom(), ...] | rebar_state:t()) -> file:filename_all().
-spec profile_dir_name_([atom(), ...]) -> file:filename_all().
profile_dir_name_(Profiles)
when is_list(Profiles) ->
case [rebar_utils:to_list(P) || P <- Profiles] of

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