mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
why??
This commit is contained in:
@ -232,9 +232,8 @@ export class SlashCommandClosure {
|
||||
;
|
||||
}
|
||||
|
||||
let abortResult;
|
||||
// eslint-disable-next-line no-cond-assign
|
||||
if (abortResult = this.testAbortController()) {
|
||||
let abortResult = this.testAbortController();
|
||||
if (abortResult) {
|
||||
return abortResult;
|
||||
}
|
||||
this.scope.pipe = await executor.command.callback(args, value ?? '');
|
||||
|
Reference in New Issue
Block a user