diff --git a/infra/shell/system-ui.html b/infra/shell/system-ui.html
index f59a018..d601faa 100644
--- a/infra/shell/system-ui.html
+++ b/infra/shell/system-ui.html
@@ -301,6 +301,8 @@
});
} else if (msg.type === 'LAUNCH_ACK') {
ensureTaskbarEntry(msg.session_id, msg.app_id || null);
+ } else if (msg.type === 'ERROR') {
+ console.warn('appd error', msg.code, msg.message);
}
}