Skip to content

Commit

Permalink
fix: adding log
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Jan 8, 2025
1 parent c2bf343 commit cea2306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shim/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ function chooseBinary() {
return `main-amd64-darwin`
}
}

console.log(`running on ${platform} ${arch}`)

const os = require('os');
const childProcess = require('child_process');
const platform = os.platform()
Expand Down

0 comments on commit cea2306

Please sign in to comment.