removing whitespace trimming in trimWrongNames block
| @@ -6047,9 +6047,6 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI | |||
| 6047 | if (startIndex >= 0) { | 6047 | if (startIndex >= 0) { |
| 6048 | getMessage = getMessage.substring(0, startIndex); | 6048 | getMessage = getMessage.substring(0, startIndex); |
| 6049 | } | 6049 | } |
| 6050 | |||
| 6051 | // remove any whitespace at the beginning | ||
| 6052 | getMessage = getMessage.trimStart(); | ||
| 6053 | } | 6050 | } |
| 6054 | } | 6051 | } |
| 6055 | 6052 | ||