falsche npz
This commit is contained in:
@@ -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}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user