Skip to content

Commit ea05307

Browse files
authored
add disable-lazy-loading flag, should fix #699 (#720)
1 parent c8e2e43 commit ea05307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/browser.ts

+1
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ export const defaultArgs = [
582582
"--disable-prompt-on-repost",
583583
"--disable-renderer-backgrounding",
584584
"--disable-sync",
585+
"--disable-lazy-loading",
585586
"--force-color-profile=srgb",
586587
"--metrics-recording-only",
587588
"--no-first-run",

0 commit comments

Comments
 (0)