Skip to content

Commit

Permalink
arm64 and diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Jun 25, 2023
1 parent 715e76f commit 061c54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function buildArchPackage(os, cpu, version, pre) {
`${base}/node.exe`,
]);

if (running.stderr) console.warn(running.stderr);
if (running.stderr) console.warn("error from unzip", running.stderr);

await unlink(filename);
} else {
Expand Down Expand Up @@ -202,6 +202,7 @@ async function main() {
"linux-x64",
"linux-x86",
"sunos-x64",
"win-arm64",
"win-x64",
"win-x86",
];
Expand Down

0 comments on commit 061c54e

Please sign in to comment.