Skip to content

Commit bb6f950

Browse files
committed
fix: unpack spawn helper
node-pty's spawn-helper wasn't being picked up, add it to the list of unpacks in forge, also bump node-pty
1 parent 1e5eeb6 commit bb6f950

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function copyNativeDependency(
104104
const config: ForgeConfig = {
105105
packagerConfig: {
106106
asar: {
107-
unpack: "{**/*.node,**/.vite/build/claude-cli/**}",
107+
unpack: "{**/*.node,**/spawn-helper,**/.vite/build/claude-cli/**}",
108108
},
109109
prune: false,
110110
name: "Array",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"date-fns": "^3.3.1",
9797
"idb-keyval": "^6.2.2",
9898
"node-addon-api": "^8.5.0",
99-
"node-pty": "1.1.0-beta37",
99+
"node-pty": "1.1.0-beta39",
100100
"posthog-js": "^1.283.0",
101101
"posthog-node": "^4.18.0",
102102
"radix-themes-tw": "0.2.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)