mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#2254 Don't suppress abort in subcommands
This commit is contained in:
@@ -518,7 +518,7 @@ async function executeSubCommands(command, scope = null, parserFlags = null) {
|
|||||||
command = command.slice(1, -1);
|
command = command.slice(1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await executeSlashCommands(command, true, scope, true, parserFlags);
|
const result = await executeSlashCommands(command, true, scope, false, parserFlags);
|
||||||
|
|
||||||
if (!result || typeof result !== 'object') {
|
if (!result || typeof result !== 'object') {
|
||||||
return '';
|
return '';
|
||||||
|
Reference in New Issue
Block a user