(filePath: string)
| 67 | private sep: string; |
| 68 | |
| 69 | constructor(filePath: string) { |
| 70 | super(filePath, false); // append will always be false |
| 71 | this.sep = ""; |
| 72 | } |
| 73 | override async preStart() { |
| 74 | await this.performWrite('['); |
| 75 | } |
nothing calls this directly
no outgoing calls
no test coverage detected