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. |
||
|---|---|---|
| .. | ||
| playground | ||
| railway-executor | ||
| web | ||