diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 6a53983eb..159cc50e5 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -1616,9 +1616,10 @@ async function executeSlashCommands(text, handleParserErrors = true, scope = nul
${ex.message}
Line: ${ex.line} Column: ${ex.column}
${ex.hint}
- `; + `; + const clickHint = '

Click to see details

'; toastr.error( - toast, + `${toast}${clickHint}`, 'SlashCommandParserError', { escapeHtml:false, timeOut: 10000, onclick:()=>callPopup(toast, 'text') }, );