Skip to content

Commit

Permalink
fix: add child process package
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Jan 8, 2025
1 parent 26f7401 commit c2bf343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shim/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function chooseBinary() {
}
}
const os = require('os');
const childProcess = require('child_process');
const platform = os.platform()
const arch = os.arch()
const binary = chooseBinary()
Expand Down

0 comments on commit c2bf343

Please sign in to comment.