mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add Prettier (#5825)
This commit is contained in:
2
test/fixtures/closeme.js
vendored
2
test/fixtures/closeme.js
vendored
@@ -1,4 +1,4 @@
|
||||
(async() => {
|
||||
(async () => {
|
||||
const [, , puppeteerRoot, options] = process.argv;
|
||||
const browser = await require(puppeteerRoot).launch(JSON.parse(options));
|
||||
console.log(browser.wsEndpoint());
|
||||
|
||||
Reference in New Issue
Block a user