(workspaceId: string, event: DevToolsEvent)
| 370 | } |
| 371 | |
| 372 | private emitWorkspaceEvent(workspaceId: string, event: DevToolsEvent): void { |
| 373 | this.emit(`update:${workspaceId}`, event); |
| 374 | } |
| 375 | |
| 376 | private getSessionFilePath(workspaceId: string): string { |
| 377 | return path.join(this.config.getSessionDir(workspaceId), "devtools.jsonl"); |
no test coverage detected