()
| 213 | } |
| 214 | |
| 215 | async write(): Promise<Consumer> { |
| 216 | await Promise.all([this.config.write({ workspaceDir: this.projectPath }), this.scope.ensureDir()]); |
| 217 | this.bitMap.markAsChanged(); |
| 218 | await this.bitMap.write(); |
| 219 | return this; |
| 220 | } |
| 221 | |
| 222 | getPath(): PathOsBased { |
| 223 | return this.projectPath; |
no test coverage detected