mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
async function ifCallback(args, command) {
|
async function ifCallback(args, command) {
|
||||||
|
Loading…
Reference in New Issue
Block a user