mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add empty return value to /while
This commit is contained in:
@ -176,6 +176,8 @@ async function whileCallback(args, command) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
async function ifCallback(args, command) {
|
||||
|
Reference in New Issue
Block a user