Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jan 4, 2025
1 parent 384f476 commit af7c3f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ async function firefox (url, signal, logger) {
}

async function chromium (paths, url, signal, logger) {
if (process.platform === 'win32') {
logger.debug('whatsinthere', WINDOWS_DIRS.slice());
const uniq = [...new Set(WINDOWS_DIRS)];
logger.debug('whatsintherenow', uniq.slice());
}
const dataDir = LocalBrowser.makeTempDir();
// https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md
const args = [
Expand Down

0 comments on commit af7c3f9

Please sign in to comment.