Skip to content

Commit b946aea

Browse files
debug: log version call
1 parent a447a12 commit b946aea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/install.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ async function getEdgeVersionWin (edgePath: string) {
7272
async function getEdgeVersionUnix (edgePath: string) {
7373
log.info(`Trying to detect Microsoft Edge version from binary found at ${edgePath}`)
7474
const versionOutput = await new Promise<string>((resolve, reject) => cp.exec(`"${edgePath}" --version`, (err, stdout, stderr) => {
75+
console.log(111, err, stdout, stderr)
76+
7577
if (err) {
7678
return reject(err)
7779
}

0 commit comments

Comments
 (0)