mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix empty unnamed arg assignment start
This commit is contained in:
@ -829,6 +829,7 @@ export class SlashCommandParser {
|
|||||||
assignment.start = this.index;
|
assignment.start = this.index;
|
||||||
value = '';
|
value = '';
|
||||||
}
|
}
|
||||||
|
assignment.start = this.index;
|
||||||
assignment.value = this.parseClosure();
|
assignment.value = this.parseClosure();
|
||||||
assignment.end = this.index;
|
assignment.end = this.index;
|
||||||
listValues.push(assignment);
|
listValues.push(assignment);
|
||||||
|
Reference in New Issue
Block a user