mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 13:36:47 +01:00
Add empty return value to /while
This commit is contained in:
parent
c259c0a72a
commit
283d49a6ee
@ -176,6 +176,8 @@ async function whileCallback(args, command) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
async function ifCallback(args, command) {
|
||||
|
Loading…
Reference in New Issue
Block a user