Skip to content

Commit

Permalink
Merge 1b3dc6a into b8e8c16
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 20, 2019
2 parents b8e8c16 + 1b3dc6a commit 036a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browserless/src/index.js
Expand Up @@ -14,7 +14,7 @@ const EVALUATE_HTML = page => page.content()

const killBrowser = async (browser, { cleanTmp = false } = {}) => {
const pid = browser.process().pid
await fkill(pid)
await fkill(pid, { force: true, silent: true })
const deletedPaths = cleanTmp
? await del(['/tmp/core.chromium.*', '/tmp/puppeteer_dev_profile*'])
: []
Expand Down

0 comments on commit 036a481

Please sign in to comment.