npm-pkgbuild 10.14.9 → 10.14.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -258,7 +258,7 @@ export async function* extractFromPackage(options = {}) {
|
|
|
258
258
|
|
|
259
259
|
// armv7h,aarch64,x86_64 : armv7h,aarch64,x86_64 : x64
|
|
260
260
|
console.warn(
|
|
261
|
-
`No matching arch remaining, ${[...arch]} : ${[...
|
|
261
|
+
`No matching arch remaining, ${[...arch]} : ${[...restrictArch]} : ${
|
|
262
262
|
process.arch
|
|
263
263
|
}`
|
|
264
264
|
);
|