Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:ctrlo/GADS into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Jul 6, 2024
2 parents ce45f6b + 6313cbc commit f15f04c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GADS/Column/Code.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ use Inline 'Lua' => q{
insert = table.insert,
maxn = table.maxn,
remove = table.remove,
sort = table.sort
sort = table.sort,
concat = table.concat
}
env["tonumber"] = tonumber
env["tostring"] = tostring
Expand Down

0 comments on commit f15f04c

Please sign in to comment.