adding missing colon

900575ee1ad11a489463cfed29b12c70fbf09c04

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

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -6036,7 +6036,7 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI
60366036
60376037 if (wrongName) {
60386038 // If the message starts with the wrong name, delete the entire response
60396039 let startIndex = getMessage.indexOf(`${wrongName}:`);
60406040 if (startIndex === 0) {
60416041 getMessage = '';
60426042 console.debug(`Message started with the wrong name: "${wrongName}" - response was deleted.`);