diff --git a/bastion/src/bastion/src/services/labd-connection.ts b/bastion/src/bastion/src/services/labd-connection.ts index bfcd574..7fcd954 100644 --- a/bastion/src/bastion/src/services/labd-connection.ts +++ b/bastion/src/bastion/src/services/labd-connection.ts @@ -164,6 +164,7 @@ export class BastionConnection { case "command-install": case "command-forget": case "command-role-update": + case "command-debug": void this.handleCommand(msg); break; }