* Writes an empty line to the console in a way that is * safe and doesn't break spinners, etc. DO NOT USE console.log()
()
| 739 | * safe and doesn't break spinners, etc. DO NOT USE console.log() |
| 740 | */ |
| 741 | blankLine() { |
| 742 | writeStdErr({ level: 'notice', messageTokens: [''] }) |
| 743 | } |
| 744 | |
| 745 | /** |
| 746 | * Renders a confirmation prompt to the console. |
no test coverage detected