adding missing colon
| @@ -6036,7 +6036,7 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI | ||
| 6036 | 6036 | |
| 6037 | 6037 | if (wrongName) { |
| 6038 | 6038 | // If the message starts with the wrong name, delete the entire response |
| 6039 | 6039 | let startIndex = getMessage.indexOf(`${wrongName}:`); |
| 6040 | 6040 | if (startIndex === 0) { |
| 6041 | 6041 | getMessage = ''; |
| 6042 | 6042 | console.debug(`Message started with the wrong name: "${wrongName}" - response was deleted.`); |