Lines Matching refs:end
83 let end = '';
147 end = `\n ${a}${end}`;
179 // There were at least five identical lines at the end. Mark a couple of
182 end = `\n${colors.blue}...${colors.white}${end}`;
186 end = `\n ${other}${end}`;
248 // add a comma at the end of the actual line. Otherwise the output could
252 // 1 // No comma at the end!
311 return `${msg}${skipped ? skippedMsg : ''}\n${res}${other}${end}${indicator}`;