Skip to content

Commit

Permalink
feat: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 29, 2024
1 parent 4ff0adb commit 6137c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/puppeteer/puppeteer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class PuppeteerService implements OnModuleInit, OnModuleDestroy {
],
});
this.page = await this.browser.newPage();
console.log('browser initiated');
}

async onModuleDestroy() {
Expand Down

0 comments on commit 6137c28

Please sign in to comment.