Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jun 18, 2024
1 parent 509709c commit 446471b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,10 @@
"webpack-cli": "5.1.4",
"why-is-node-running": "2.2.2"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"@napi-rs/[email protected]": "patches/@[email protected]"
}
}
}
12 changes: 12 additions & 0 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/dist/api/build.js b/dist/api/build.js
index a9c86f2fa91ec42ff6869651eb39ec7da8a155ac..0361415e350100cd035d342c13dd9503c45fc3b5 100644
--- a/dist/api/build.js
+++ b/dist/api/build.js
@@ -489,6 +489,7 @@ class Builder {
return dest;
}
catch (e) {
+ console.log('Failed to copy artifact:', e);
throw new Error('Failed to copy artifact', {
cause: e,
});
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 446471b

Please sign in to comment.