mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
feat(debug): log Lua errors and document NX crash triage
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user