Skip to content

Commit

Permalink
Update debian에서_puppeteer가_크래시가_발생할_경우.md
Browse files Browse the repository at this point in the history
  • Loading branch information
genie-youn authored Dec 13, 2021
1 parent 305029c commit e320870
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ puppeteer 실행시 --no-sandbox, --disable-setuid-sandbox 옵션 추가
```javascript
await puppeteer.launch({args: ['--no-sandbox', '--disable-setuid-sandbox']})
```

https://github.com/puppeteer/puppeteer/issues/290

0 comments on commit e320870

Please sign in to comment.