Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas-timm authored and freekmurze committed Apr 1, 2024
1 parent dea03f7 commit b764ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/browser.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const callChrome = async pup => {
}

if (request.options.delay) {
await new Promise(r => setTimeout(r, request.options.delay))
await new Promise(r => setTimeout(r, request.options.delay));
}

if (request.options.initialPageNumber) {
Expand Down

0 comments on commit b764ca1

Please sign in to comment.