()
| 53 | } |
| 54 | |
| 55 | export function invalidateSessionEnvCache(): void { |
| 56 | logForDebugging('Invalidating session environment cache') |
| 57 | sessionEnvScript = undefined |
| 58 | } |
| 59 | |
| 60 | export async function getSessionEnvironmentScript(): Promise<string | null> { |
| 61 | if (getPlatform() === 'windows') { |
no test coverage detected