fix: route command-debug through bastion WebSocket handler
Some checks failed
CI/CD / typecheck (pull_request) Failing after 9s
CI/CD / lint (pull_request) Failing after 23s
CI/CD / test (pull_request) Failing after 6m53s
CI/CD / build (pull_request) Has been skipped
CI/CD / publish-rpm (pull_request) Has been skipped
CI/CD / publish-deb (pull_request) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michal
2026-03-29 23:01:16 +01:00
parent 82ca93f4d7
commit d7a59665ad

View File

@@ -164,6 +164,7 @@ export class BastionConnection {
case "command-install": case "command-install":
case "command-forget": case "command-forget":
case "command-role-update": case "command-role-update":
case "command-debug":
void this.handleCommand(msg); void this.handleCommand(msg);
break; break;
} }