-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.