Skip to content

Commit 0234cc6

Browse files
committed
more console.logs
1 parent 534f923 commit 0234cc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/collector.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ export const collect = async (inUrl: string, args: CollectorOptions) => {
111111
headless: args.headless,
112112
userDataDir
113113
};
114+
console.log(options.args);
114115
if (args.puppeteerExecutablePath) {
115116
options['executablePath'] = args.puppeteerExecutablePath;
116117
}
117118
browser = await puppeteer.launch(options);
118119
browser.on('disconnected', () => {
120+
console.log('browser disconnected');
119121
didBrowserDisconnect = true;
120122
});
121123

0 commit comments

Comments
 (0)