tpmjs/apps
Ajax Davis 2a46021341 fix(executor): declare packageName/exportName before try block
Same issue as startTime - these variables were destructured inside the
try block but referenced in the catch block for health reporting. If
JSON parsing or any early error occurred, the catch block would crash
with 'packageName is not defined'.

Now declares them with 'unknown' defaults before try, then assigns
the actual values inside.
2025-12-12 06:14:08 +10:00
..
playground refactor(health): move health reporting to Railway executor 2025-12-12 05:23:27 +10:00
railway-executor fix(executor): declare packageName/exportName before try block 2025-12-12 06:14:08 +10:00
web refactor(health): centralize health status logic in web app API 2025-12-12 05:17:04 +10:00