diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 6b7fb7dc0..c6213166d 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -1777,6 +1777,7 @@ async function executeSlashCommands(text, handleParserErrors = true, scope = nul 'SlashCommandParserError', { escapeHtml:false, timeOut: 10000, onclick:()=>callPopup(toast, 'text') }, ); + return; } else { throw e; }