chore: lint
This commit is contained in:
@@ -111,9 +111,9 @@ export class RemoteBrowser {
|
|||||||
|
|
||||||
if (proxyOptions.server) {
|
if (proxyOptions.server) {
|
||||||
contextOptions.proxy = {
|
contextOptions.proxy = {
|
||||||
server: proxyOptions.server,
|
server: proxyOptions.server,
|
||||||
username: proxyOptions.username ? proxyOptions.username : undefined,
|
username: proxyOptions.username ? proxyOptions.username : undefined,
|
||||||
password: proxyOptions.password ? proxyOptions.password : undefined,
|
password: proxyOptions.password ? proxyOptions.password : undefined,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user