Skip to content

Commit

Permalink
chore: Update wrapped function name
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jan 3, 2024
1 parent 1051f5e commit 597e56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/library.ex
Expand Up @@ -67,7 +67,7 @@ defmodule Luau.Library do
{func, _line, _args} = call

# credo:disable-for-next-line
wrapped_func = String.to_atom("lua_wrapped_#{func}")
wrapped_func = String.to_atom("__wrapped_#{func}")

quote do
@lua_functions {unquote(func), unquote(wrapped_func)}
Expand Down

0 comments on commit 597e56b

Please sign in to comment.