mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Coalesce no name
This commit is contained in:
@@ -118,7 +118,7 @@ function selectSystemPromptCallback(args, name) {
|
||||
}
|
||||
|
||||
if (!name) {
|
||||
return power_user.sysprompt.name;
|
||||
return power_user.sysprompt.name ?? '';
|
||||
}
|
||||
|
||||
const quiet = isTrueBoolean(args?.quiet);
|
||||
|
Reference in New Issue
Block a user