From 12fbb2503bb7122f36190a6ac734ebb58d9ec98c Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 19 Jun 2025 08:34:13 +0000 Subject: [PATCH] better debug for null in route response --- html/planeObject.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/planeObject.js b/html/planeObject.js index dc56dac..08bce07 100644 --- a/html/planeObject.js +++ b/html/planeObject.js @@ -2926,6 +2926,7 @@ function routeDoLookup(currentTime) { for (var route of routes) { if (!route) { console.error(`Route API returned this invalid element in the array ${route}`); + console.log(routes); continue; } // let's log just a little bit of what's happening