Fix: Correct typo in code comment (#14671)

Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
破茧
2025-12-11 01:11:54 +08:00
committed by GitHub
parent 1954f45c19
commit 68ebf5d655

View File

@@ -222,7 +222,7 @@ export async function runNonInteractive({
settings,
);
// If a slash command is found and returns a prompt, use it.
// Otherwise, slashCommandResult fall through to the default prompt
// Otherwise, slashCommandResult falls through to the default prompt
// handling.
if (slashCommandResult) {
query = slashCommandResult as Part[];