fix(KBService): remove unnecessary skip variable in file processing logic
This commit is contained in:
parent
37bdc04ccc
commit
1ca0ca1329
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export class GBSSR {
|
||||||
'--disable-features=site-per-process',
|
'--disable-features=site-per-process',
|
||||||
'--disable-gpu',
|
'--disable-gpu',
|
||||||
'--no-first-run',
|
'--no-first-run',
|
||||||
'--no-sand-box',
|
'--no-sandbox',
|
||||||
'--no-default-browser-check'
|
'--no-default-browser-check'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue