(error)
| 73 | }; |
| 74 | // Error |
| 75 | function readerError(error) { |
| 76 | errors++; |
| 77 | out.print(error); |
| 78 | }; |
| 79 | |
| 80 | // Spawn multiple files reader. |
| 81 | // Handles type coercion, file naming, etc. |
nothing calls this directly
no outgoing calls
no test coverage detected