使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
lager
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
0
版本发布
53
百科
动态
浏览代码
Add comment and fix EQC generator
pull/196/head
Andrew Thompson
11 年前
父节点
32ea928694
当前提交
b6bfaca5f3
共有
2 个文件被更改
,包括
3 次插入
和
1 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-0
src/error_logger_lager_h.erl
+1
-1
test/trunc_io_eqc.erl
+ 2
- 0
src/error_logger_lager_h.erl
查看文件
@ -406,6 +406,8 @@ print_val(Val) ->
Str
.
Str
.
%
%
@
doc
Faster
than
proplists
,
but
with
the
same
API
as
long
as
you
don
'
t
need
to
%
%
handle
bare
atom
keys
get_value
(
Key
,
Value
)
-
>
get_value
(
Key
,
Value
)
-
>
get_value
(
Key
,
Value
,
undefined
)
.
get_value
(
Key
,
Value
,
undefined
)
.
+ 1
- 1
test/trunc_io_eqc.erl
查看文件
@ -137,7 +137,7 @@ gen_pid() ->
gen_port
(
)
-
>
gen_port
(
)
-
>
?
LAZY
(
begin
?
LAZY
(
begin
Port
=
erlang
:
open_port
(
{
spawn
,
"
true
"
}
,
[
]
)
,
Port
=
erlang
:
open_port
(
{
spawn
,
"
true
"
}
,
[
]
)
,
erlang
:
port_close
(
Port
)
,
catch
(
erlang
:
port_close
(
Port
)
)
,
Port
Port
end
)
.
end
)
.
撰写
预览
正在加载...
取消
保存