|
@ -57,7 +57,6 @@ |
|
|
-type format() :: atom() | string() | binary(). |
|
|
-type format() :: atom() | string() | binary(). |
|
|
|
|
|
|
|
|
on_load() -> |
|
|
on_load() -> |
|
|
?log(on_load), |
|
|
|
|
|
case persistent_term:get(?eFmtPtMc, undefined) of |
|
|
case persistent_term:get(?eFmtPtMc, undefined) of |
|
|
undefined -> |
|
|
undefined -> |
|
|
persistent_term:put(?eFmtPtMc, binary:compile_pattern(<<"~">>)); |
|
|
persistent_term:put(?eFmtPtMc, binary:compile_pattern(<<"~">>)); |
|
|