mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix error message
This commit is contained in:
@ -321,7 +321,7 @@ export class SlashCommandParser {
|
|||||||
return cmd;
|
return cmd;
|
||||||
} else {
|
} else {
|
||||||
console.warn(this.behind, this.char, this.ahead);
|
console.warn(this.behind, this.char, this.ahead);
|
||||||
throw new SlashCommandParserError(`Unexpected end of command at position ${this.index - 2}: "/${cmd.command}"`, this.text, this.index);
|
throw new SlashCommandParserError(`Unexpected end of command at position ${this.index - 2}: "/${cmd.name}"`, this.text, this.index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user