mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
indicate immediate closure in toString
This commit is contained in:
@ -33,7 +33,7 @@ export class SlashCommandClosure {
|
|||||||
}
|
}
|
||||||
|
|
||||||
toString() {
|
toString() {
|
||||||
return '[Closure]';
|
return `[Closure]${this.executeNow ? '()' : ''}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user