File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,9 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
225225 'disable-lcd-text' ,
226226
227227 // bypass any specified proxy for the given semi-colon-separated list of hosts
228- 'proxy-bypass-list'
228+ 'proxy-bypass-list' ,
229+
230+ 'remote-debugging-port'
229231 ] ;
230232
231233 if ( process . platform === 'linux' ) {
@@ -249,7 +251,7 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
249251 'use-inmemory-secretstorage' ,
250252
251253 // Enables display tracking to restore maximized windows under RDP: https://github.com/electron/electron/issues/47016
252- 'enable-rdp-display-tracking'
254+ 'enable-rdp-display-tracking' ,
253255 ] ;
254256
255257 // Read argv config
You can’t perform that action at this time.
0 commit comments