FuncAttring.Async -> FuncAttrib.Coro
This commit is contained in:
parent
ff32cb639f
commit
c64cff243e
|
@ -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) }},
|
||||
|
|
Loading…
Reference in New Issue