behavior3行为树
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 

15 行
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
]}.