Skip to content

Conversation

@Tyriar
Copy link
Member

@Tyriar Tyriar commented Jan 3, 2026

Fixes #850

Planning on verifying when a beta build goes out

cc @devm33

@Tyriar Tyriar added this to the 1.2.0 milestone Jan 3, 2026
@Tyriar Tyriar self-assigned this Jan 3, 2026
@Tyriar Tyriar enabled auto-merge January 3, 2026 15:59
@Tyriar Tyriar merged commit 7bde56f into main Jan 3, 2026
5 checks passed
@Tyriar Tyriar deleted the tyriar/850 branch January 3, 2026 18:01
process.exit(1);
}

// Ensure spawn-helper has execute permission (may be stripped by npm pack)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confused by this. Seems to only happen on darwin-x64 and wasn't happening previously. Is npm pack definitely at fault?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opus might have been lying about it due to leading. We should remove this anyway and go with the pipeline approach in https://github.com/microsoft/node-pty/pull/866/changes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok added reverting this to #866

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS: spawn-helper shipped without execute bit in npm tarball causes posix_spawnp failures (pnpm)

4 participants