Skip to content

Commit 10ac0e5

Browse files
committed
Fix: EOL
1 parent be0be7e commit 10ac0e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google_search_with_proxy.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ bootstrap();
4141
await page.evaluate(_ => {}, `browserstack_executor: ${JSON.stringify({action: 'setSessionStatus',arguments: {status: 'failed',reason: 'Title did not match'}})}`);
4242
}
4343
await browser.close();
44-
})();
44+
})();
45+

0 commit comments

Comments
 (0)