Reverted change to loadExtensions, updated to remove SKIP_BINARIES_CHECK

This commit is contained in:
oisumeko 2024-07-31 18:36:43 +12:00
parent 09c95aa845
commit 844835f797
4 changed files with 2 additions and 12 deletions

View file

@ -273,12 +273,6 @@ class BinaryManager {
}
async init() {
// Optional skip binaries check
if (process.env.SKIP_BINARIES_CHECK === '1') {
Logger.info('[BinaryManager] Skipping check for binaries')
return
}
if (this.initialized) return
const missingBinaries = await this.findRequiredBinaries()