本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
lager
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
53
Wiki
活動
瀏覽代碼
Prevent undef call from crashing 3 tests
(export fun. called from lager_rotate_default:rotate_file_test)
pull/532/head
Paulo F. Oliveira
4 年之前
父節點
6af1c61d43
當前提交
2ce7cde228
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lager_util.erl
+ 1
- 1
src/lager_util.erl
查看文件
@ -32,7 +32,7 @@
]
)
.
-
ifdef
(
TEST
)
.
-
export
(
[
create_test_dir
/
0
,
get_test_dir
/
0
,
delete_test_dir
/
0
,
-
export
(
[
create_test_dir
/
0
,
get_test_dir
/
0
,
delete_test_dir
/
0
,
delete_test_dir
/
1
,
set_dir_permissions
/
2
,
safe_application_load
/
1
,
safe_write_file
/
2
]
)
.
Write
Preview
Loading…
取消
儲存