mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
#2254 Don't suppress abort in subcommands
This commit is contained in:
parent
deb09bf5bf
commit
fb2190ace1
@ -518,7 +518,7 @@ async function executeSubCommands(command, scope = null, parserFlags = null) {
|
||||
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') {
|
||||
return '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user