falsche npz

This commit is contained in:
chk
2026-06-10 14:59:45 +02:00
parent 5285ed468b
commit 0f3edbcb9c
2 changed files with 38 additions and 13 deletions

View File

@@ -333,7 +333,8 @@ async function loadData() {
return;
}
buildScene(data);
statusEl.textContent = `Run: ${data.runDir}${new Date().toLocaleTimeString('de-CH')}`;
const robotLabel = data.robotFile ? ` • Robot: ${data.robotFile}` : '';
statusEl.textContent = `Run: ${data.runDir}${robotLabel}${new Date().toLocaleTimeString('de-CH')}`;
} catch (err) {
statusEl.textContent = `Fehler: ${err.message ?? err}`;
}