()
| 74 | } |
| 75 | |
| 76 | export function invalidateSessionEnvCache(): void { |
| 77 | logForDebugging('Invalidating session environment cache') |
| 78 | sessionEnvScript = undefined |
| 79 | } |
| 80 | |
| 81 | export async function getSessionEnvironmentScript(): Promise<string | null> { |
| 82 | if (getPlatform() === 'windows') { |
no test coverage detected