Searched refs:messageFormat (Results 1 – 1 of 1) sorted by relevance
173 const messageFormat = message.message; constant174 for (let i = 0; i < messageFormat.length; ) {175 if (messageFormat[i] === '%') {176 if (i + 1 >= messageFormat.length) {180 switch (messageFormat[i + 1]) {214 'Invalid format string conversion: ' + messageFormat[i + 1],219 text += messageFormat[i];