(cb)
| 174 | } |
| 175 | |
| 176 | function writeCompiledHeader (cb) { |
| 177 | fs.writeFileSync(COMPILED_HEADER, createBanner()) |
| 178 | cb() |
| 179 | } |
| 180 | |
| 181 | function validateAscii (done) { |
| 182 | const Reset = '\x1b[0m' |
nothing calls this directly
no test coverage detected
searching dependent graphs…