Skip to content

Commit

Permalink
Merge branch 'master' into AddAllKokoroTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 12, 2018
2 parents e745a61 + 20e87ca commit aa1da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/headless-chrome/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app.use(async (req, res) => {
const page = await browser.newPage();
await page.goto(url);
const imageBuffer = await page.screenshot();
await browser.close();
browser.close();

res.set('Content-Type', 'image/png');
res.send(imageBuffer);
Expand Down

0 comments on commit aa1da98

Please sign in to comment.