이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
rebar3
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
62
위키
활동
소스 검색
fix `rebar3 shell` when relx section of rebar.config contains releases with independent configurations
pull/1614/head
patrick cieplak
7 년 전
부모
1c5052fb41
커밋
9a76737d91
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rebar_prv_shell.erl
+ 3
- 0
src/rebar_prv_shell.erl
파일 보기
@ -322,6 +322,9 @@ find_apps_relx(State) ->
{
_
,
_
,
Apps
}
-
>
?
DEBUG
(
"
Found shell apps from relx.
"
,
[
]
)
,
Apps
;
{
_
,
_
,
Apps
,
_
}
-
>
?
DEBUG
(
"
Found shell apps from relx.
"
,
[
]
)
,
Apps
;
false
-
>
no_value
end
.
쓰기
미리보기
불러오는 중...
취소
저장