refactor: add note about exit code propagation

This commit is contained in:
Erica Marigold 2024-11-24 17:59:42 +00:00
parent 03e60700a3
commit 2e444758fd

View file

@ -1,2 +1,7 @@
local process = require("@lune/process") -- TODO: Make use of returned exit code. Currently this script will get
process.exit(require("./lune_packages/core")("JohnnyMorganz/stylua", _G.PESDE_ROOT)) -- 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")("JohnnyMorganz/stylua", _G.PESDE_ROOT)