mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 22:41:25 +00:00
fix: forward unknown TUI slash commands
This commit is contained in:
@@ -428,7 +428,7 @@ export function createCommandHandlers(context: CommandHandlerContext) {
|
||||
process.exit(0);
|
||||
break;
|
||||
default:
|
||||
chatLog.addSystem(`unknown command: /${name}`);
|
||||
await sendMessage(raw);
|
||||
break;
|
||||
}
|
||||
tui.requestRender();
|
||||
|
||||
Reference in New Issue
Block a user