mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-05-06 03:38:55 +02:00
wip: live video events
This commit is contained in:
@@ -51,7 +51,8 @@ export function parseCommandInput(input: string): ParsedCommand {
|
||||
commandName: "",
|
||||
args: [],
|
||||
fullInput,
|
||||
error: error instanceof Error ? error.message : "Failed to parse global flags",
|
||||
error:
|
||||
error instanceof Error ? error.message : "Failed to parse global flags",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user