Skip to content

Commit

Permalink
Fix single os prebuild getting extracted for missing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Mar 4, 2024
1 parent 0fcf210 commit 6c005e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ function install(runtime, abi, platform, arch, cb) {
console.error('# npm run build');
console.error('');
}

return;
}

let options = {
Expand Down

0 comments on commit 6c005e2

Please sign in to comment.