From 289f511cb611195bf8ba2c5d5f8cf5f116751be7 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Wed, 16 Feb 2022 16:26:54 +0800 Subject: [PATCH] =?UTF-8?q?ft=EF=BC=9A=20=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eFmt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eFmt.erl b/src/eFmt.erl index a712be2..88492db 100644 --- a/src/eFmt.erl +++ b/src/eFmt.erl @@ -78,7 +78,7 @@ format(Format, Args, Options) -> try fWrite(Format, Args, Options) catch _C:_R -> - erlang:error(badarg, [Format, Args]) + erlang:error(badarg, [Format, Args, _C, _R]) end. -spec formatBin(Format :: format(), Data :: [term()]) -> chars().