本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
62
Wiki
活動
瀏覽代碼
Merge pull request
#1279
from gbour/fix-dialyzer
fix catching `not_valid` error on dialyzer
pull/1288/head
alisdair sullivan
8 年之前
committed by
GitHub
父節點
fef403b341
b668329a9e
當前提交
f57102aeb6
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/rebar_prv_dialyzer.erl
+ 2
- 0
src/rebar_prv_dialyzer.erl
查看文件
@ -260,6 +260,8 @@ read_plt(_State, Plt) ->
Result
;
{
error
,
no_such_file
}
-
>
error
;
{
error
,
not_valid
}
-
>
error
;
{
error
,
read_error
}
-
>
Error
=
io_lib
:
format
(
"
Could not read the PLT file
~p
"
,
[
Plt
]
)
,
throw
(
{
dialyzer_error
,
Error
}
)
Write
Preview
Loading…
取消
儲存