tpmjs/apps
Ajax Davis c2447e8467 fix(executor): move startTime declaration before try block
The startTime variable was declared inside the try block but referenced
in the catch block, causing 'startTime is not defined' errors when
exceptions occurred before line 404 (e.g., during req.json() parsing).

Moving the declaration before the try ensures it's in scope for the
catch block's executionTimeMs calculation.
2025-12-12 05:53:47 +10:00
..
playground refactor(health): move health reporting to Railway executor 2025-12-12 05:23:27 +10:00
railway-executor fix(executor): move startTime declaration before try block 2025-12-12 05:53:47 +10:00
web refactor(health): centralize health status logic in web app API 2025-12-12 05:17:04 +10:00