fix(KBService): remove unnecessary skip variable in file processing logic
All checks were successful
GBCI / build (push) Successful in 38s
All checks were successful
GBCI / build (push) Successful in 38s
This commit is contained in:
parent
2f605f101c
commit
b6ba7d5a3d
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