mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
fix empty unnamed arg assignment start
This commit is contained in:
parent
87cc28ae28
commit
e49317a73c
@ -829,6 +829,7 @@ export class SlashCommandParser {
|
||||
assignment.start = this.index;
|
||||
value = '';
|
||||
}
|
||||
assignment.start = this.index;
|
||||
assignment.value = this.parseClosure();
|
||||
assignment.end = this.index;
|
||||
listValues.push(assignment);
|
||||
|
Loading…
x
Reference in New Issue
Block a user