(key: string)
| 40 | } |
| 41 | |
| 42 | export function logPathForWorkspaceKey(key: string): string { |
| 43 | return join(getWorkspaceFilesystemLayout(key).logs, 'daemon.log'); |
| 44 | } |
| 45 | |
| 46 | export interface GetSocketPathOptions { |
| 47 | cwd?: string; |
no test coverage detected