1
1
Fork 0
mirror of https://github.com/pesde-pkg/tooling.git synced 2025-04-11 22:30:58 +01:00
tooling/bins/darklua/init.luau

7 lines
349 B
Text

-- TODO: Make use of returned exit code. Currently this script will get
-- required by a pesde generated linker script, and due to a lune bug,
-- exiting from within a required module causes a non-winding panic
-- See https://github.com/lune-org/lune/pull/247 for more details
require("./lune_packages/core")("seaofvoices/darklua", _G.PESDE_ROOT)