diff --git a/public/scripts/slash-commands/SlashCommandParser.js b/public/scripts/slash-commands/SlashCommandParser.js index 75bb0338d..29ee3cda2 100644 --- a/public/scripts/slash-commands/SlashCommandParser.js +++ b/public/scripts/slash-commands/SlashCommandParser.js @@ -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);