mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
indicate immediate closure in toString
This commit is contained in:
parent
9ae0591e3f
commit
5c5c4ae91a
@ -33,7 +33,7 @@ export class SlashCommandClosure {
|
||||
}
|
||||
|
||||
toString() {
|
||||
return '[Closure]';
|
||||
return `[Closure]${this.executeNow ? '()' : ''}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user