(stateFile: string = resolveStateFilePath())
| 44 | } |
| 45 | |
| 46 | export function resolveLockFilePath(stateFile: string = resolveStateFilePath()): string { |
| 47 | return `${stateFile}.lock`; |
| 48 | } |
| 49 | |
| 50 | export function resolveDaemonLogPath(): string { |
| 51 | return path.join(os.homedir(), ".gstack", "design-daemon.log"); |
no test coverage detected