Skip to content

Commit da59a90

Browse files
committed
fix: update browser arguments format for improved compatibility
1 parent bdbe2f7 commit da59a90

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/archives/archives.service.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,8 @@ export class ArchivesService {
104104
"--dump-content",
105105
"--browser-wait-until=networkidle0",
106106
"--browser-timeout=60000",
107-
`--browser-args=${JSON.stringify([
108-
"--no-sandbox",
109-
"--disable-setuid-sandbox",
110-
"--disable-dev-shm-usage",
111-
])}`,
107+
"--browser-args",
108+
'["--no-sandbox","--disable-setuid-sandbox"]',
112109
],
113110
{
114111
timeout: 120000,

0 commit comments

Comments
 (0)