Skip to content

Commit 25974ec

Browse files
debug: log version call
1 parent b946aea commit 25974ec

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
@@ -80,8 +80,10 @@ async function getEdgeVersionUnix (edgePath: string) {
8080
if (stderr) {
8181
return reject(new Error(stderr))
8282
}
83+
console.log('RESOVE', stdout)
8384
return resolve(stdout)
8485
}))
86+
console.log('RETURN', versionOutput.trim().split(' ').pop())
8587
return versionOutput.trim().split(' ').pop()
8688
}
8789

0 commit comments

Comments
 (0)