Skip to content

lua/api: fix impl_module_new arg parse

saivert requested to merge module_new_fix into master

Matches documentation. Last two arguments can be omitted or nil. Also fix an incorrect argument index.

Merge request reports