FuncAttring.Async -> FuncAttrib.Coro

This commit is contained in:
Pavel Shevaev 2022-12-30 20:51:54 +03:00
parent ff32cb639f
commit c64cff243e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
var fn = new FuncSymbolNative("{{o.name|ns_last}}",
{%- if has_token(o, 'bhl_coroutine') -%}
FuncAttrib.Async,
FuncAttrib.Coro,
{%- endif ~%}
{{ o.returntype|bhl_type_ref }},
@ -48,7 +48,7 @@
{
var fn = new FuncSymbolNative("{{o.name|ns_last}}",
{%- if has_token(o, 'bhl_coroutine') -%}
FuncAttrib.Async,
FuncAttrib.Coro,
{%- endif ~%}
{{o.returntype|bhl_type_ref}},
{{ count_default_args(o) }},