Skip to content

Commit a41a88b

Browse files
authored
Update html.js
1 parent 2b45eb4 commit a41a88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const browserless = createBrowserless()
77
const stringStream = require('string-to-stream')
88

99
const url = new URL(process.argv[2])
10+
1011
;(async () => {
1112
const html = await browserless.html(url.toString())
1213
const stream = stringStream(html)

0 commit comments

Comments
 (0)