(lines)
| 128 | } |
| 129 | |
| 130 | function emit(lines) { |
| 131 | notify(''); |
| 132 | for (const line of lines) notify(line); |
| 133 | notify(''); |
| 134 | } |
| 135 | |
| 136 | function pathInBox(path) { |
| 137 | // 7-space lead = box pad (2) + prose indent (3) + nesting under |
no test coverage detected