We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eae41 commit 6ee6c4cCopy full SHA for 6ee6c4c
index.js
@@ -12,11 +12,7 @@ function loadNative() {
12
return require('./prebuilds/linux-arm64/node-hdiffpatch.node');
13
}
14
15
- const combo = `${platform}-${arch}`;
16
- throw new Error(
17
- `Unsupported platform/arch: ${combo}. ` +
18
- 'No prebuilt binary is available for this platform.'
19
- );
+ return require('node-gyp-build')(__dirname);
20
21
22
const native = loadNative();
0 commit comments