Skip to content

Commit

Permalink
[TEST] mac & window browser platform check at macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Sep 18, 2023
1 parent 22f1830 commit e5baca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/crawlKakaoLoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function crawlKakaoLoginPage(finalUrl) {
let browser;
let page;
try {
osPlatform = process.platform
const osPlatform = process.platform
console.log('[INFO] Scraper running on platform: ', osPlatform);

console.log("[INFO] : start puppeteer");
Expand Down

0 comments on commit e5baca1

Please sign in to comment.