()
| 180 | } |
| 181 | |
| 182 | export function applyProxyToSession(): Promise<void> { |
| 183 | return proxyApplyQueue.apply(() => applyProxyConfigToSession(loadProxyConfig())) |
| 184 | } |
| 185 | |
| 186 | function waitForPendingProxyApply(): Promise<void> { |
| 187 | return proxyApplyQueue.waitForPending() |
no test coverage detected