Don't allow empty stop strings
| @@ -2576,7 +2576,7 @@ export function getStoppingStrings(isImpersonate, isContinue) { | ||
| 2576 | 2576 | result.unshift('\n'); |
| 2577 | 2577 | } |
| 2578 | 2578 | |
| 2579 | 2579 | return result.filter(x => x).filter(onlyUnique); |
| 2580 | 2580 | } |
| 2581 | 2581 | |
| 2582 | 2582 | /** |