Browse Source

ft: 代码修改

master
SisMaker 3 years ago
parent
commit
289f511cb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl View File

@ -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().

Loading…
Cancel
Save