Skip to content

Commit

Permalink
debug: log version call
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 15, 2024
1 parent b946aea commit 25974ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ async function getEdgeVersionUnix (edgePath: string) {
if (stderr) {
return reject(new Error(stderr))
}
console.log('RESOVE', stdout)
return resolve(stdout)
}))
console.log('RETURN', versionOutput.trim().split(' ').pop())
return versionOutput.trim().split(' ').pop()
}

Expand Down

0 comments on commit 25974ec

Please sign in to comment.