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