summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/slashCommandProcessor.ts
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-05-06 15:48:26 +0000
committerGitHub <[email protected]>2025-05-06 08:48:26 -0700
commitc5182d5ca4a108eb4f84038a0c998017cacdbae4 (patch)
tree856753bec81df435369165d7f7d4aba4092b6701 /packages/cli/src/ui/hooks/slashCommandProcessor.ts
parent6812235cfa918a4a8ae92c92525873cbacaf676b (diff)
fix: use flat config for react eslint plugin (#265)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
-rw-r--r--packages/cli/src/ui/hooks/slashCommandProcessor.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts
index b4401eef..a51de459 100644
--- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts
+++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts
@@ -68,7 +68,7 @@ export const useSlashCommandProcessor = (
description: '',
action: (_value: PartListUnion) => {
setDebugMessage('Quitting. Good-bye.');
- const timestamp = getNextMessageId(Date.now());
+ getNextMessageId(Date.now());
process.exit(0);
},
},