diff --git a/scripts/prebuiltBinding.js b/scripts/prebuiltBinding.js index c37c7607..f50d969b 100644 --- a/scripts/prebuiltBinding.js +++ b/scripts/prebuiltBinding.js @@ -49,10 +49,9 @@ const rm = util.promisify(fs.rm) const version = Number(output.stdout) let openssl - if(version < 2.33){ + if (version < 2.33) { openssl = '1' - } - else{ + } else { openssl = '3' }