mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 07:10:36 +00:00
refactor: add note about exit code propagation
This commit is contained in:
parent
03e60700a3
commit
2e444758fd
1 changed files with 7 additions and 2 deletions
|
@ -1,2 +1,7 @@
|
|||
local process = require("@lune/process")
|
||||
process.exit(require("./lune_packages/core")("JohnnyMorganz/stylua", _G.PESDE_ROOT))
|
||||
-- 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")("JohnnyMorganz/stylua", _G.PESDE_ROOT)
|
||||
|
|
Loading…
Reference in a new issue