mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix addSpace in getStoppingStrings (unused)
This commit is contained in:
@ -1181,7 +1181,7 @@ function getStoppingStrings(isImpersonate, addSpace) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return addSpace ? result.map(x => `${result} `) : result;
|
return addSpace ? result.map(x => `${x} `) : result;
|
||||||
}
|
}
|
||||||
|
|
||||||
function processCommands(message, type) {
|
function processCommands(message, type) {
|
||||||
|
Reference in New Issue
Block a user