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;
|
let abortResult = this.testAbortController();
|
||||||
// eslint-disable-next-line no-cond-assign
|
if (abortResult) {
|
||||||
if (abortResult = this.testAbortController()) {
|
|
||||||
return abortResult;
|
return abortResult;
|
||||||
}
|
}
|
||||||
this.scope.pipe = await executor.command.callback(args, value ?? '');
|
this.scope.pipe = await executor.command.callback(args, value ?? '');
|
||||||
|
Reference in New Issue
Block a user