Searched refs:appendNewline (Results 1 – 1 of 1) sorted by relevance
243 print(text, appendNewline = false) { argument245 this.stdout.write(appendNewline ? `${text}\n` : text);