behavior3行为树
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 regels
253 B

{erl_opts, [debug_info, {i, "include"}
%% {d, show_bt_log}, %% log_switch
]}.
{deps, [
jsx
]}.
{xref_checks, [
undefined_function_calls
, undefined_functions
, locals_not_used
, deprecated_function_calls
, deprecated_functions
]}.