Don't allow empty stop strings

3b27c90a197f89594168c9cfb23a292796c35bab

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -2576,7 +2576,7 @@ export function getStoppingStrings(isImpersonate, isContinue) {
25762576 result.unshift('\n');
25772577 }
25782578
25792579 return result.filter(x => x).filter(onlyUnique);
25802580}
25812581
25822582/**