Skip to content

Commit 74404cd

Browse files
committed
WIP
1 parent 939f173 commit 74404cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/devtools-proxy-support/src/proxy-options.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ interface ElectronProxyConfig {
2626

2727
export function translateToElectronProxyConfig(
2828
proxyOptions: DevtoolsProxyOptions
29-
): ElectronProxyConfig {}
29+
): ElectronProxyConfig {
30+
if (proxyOptions.proxy) {
31+
}
32+
}
3033

3134
// These mirror our secrets extraction/merging logic in Compass
3235
export function extractProxySecrets(proxyOptions: DevtoolsProxyOptions): {

0 commit comments

Comments
 (0)