feat(debug): log Lua errors and document NX crash triage

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andrew Quenehen
2026-08-01 04:33:14 -03:00
parent 4ea24a0a6f
commit b7ee191b6c
5 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ verify_love() {
run_self_test() {
local work clean bad staging
work="$(mktemp -d "${TMPDIR:-/tmp}/verify-payload.XXXXXX")"
trap 'rm -rf "$work"' EXIT
trap "rm -rf '$work'" EXIT
clean="$work/clean.love"
"$ROOT/scripts/pack_love.sh" --output "$clean" --listing "$work/clean-listing.txt" >/dev/null