adding missing colon

900575ee1ad11a489463cfed29b12c70fbf09c04

qvink <qvink@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -6036,7 +6036,7 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI
60366036
6037 if (wrongName) {6037 if (wrongName) {
6038 // If the message starts with the wrong name, delete the entire response6038 // If the message starts with the wrong name, delete the entire response
6039 let startIndex = getMessage.indexOf(`${wrongName}`);6039 let startIndex = getMessage.indexOf(`${wrongName}:`);
6040 if (startIndex === 0) {6040 if (startIndex === 0) {
6041 getMessage = '';6041 getMessage = '';
6042 console.debug(`Message started with the wrong name: "${wrongName}" - response was deleted.`);6042 console.debug(`Message started with the wrong name: "${wrongName}" - response was deleted.`);